Sign-up a non-customer for a Customer Subscription Package
Sign-up for a non-customer for a Customer Subscription Package by ID. A payment link will be generated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the Customer Subscription Package to use for the sign-up
Body
Name of thenew customer
"Test Company BV"
Street name and number of the new customer
"Teststreet 123"
Zip code of the new customer
"1234AB"
City of the new customer
"Amsterdam"
Email of the new customer. This will be used to send notifications to.
"john.doe@test.com"
Response
Created pending record
An ID, as UUID, to identify this temporary record
"6aec2555-f3e7-4afe-a061-8bfe9687b470"
The URL the user should be redirected to for paying the first term and so initiating the subscription.
"https://mollie.com/checkout/abc..."
Date and time when the payment link and temporary record expires, written in ATOM format.
"2025-03-05T16:30:00+02:00"
