Create customer
Creates a simple minimal representation of a customer. Payments, recurring mandates, and subscriptions can be linked to this customer object, which simplifies management of recurring payments.
Once registered, customers will also appear in your Mollie dashboard.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Request body
Example request
{
"resource": "customer",
"id": "cst_5B8cwPMGnU",
"mode": "live",
"name": "John Doe",
"email": "example@email.com",
"locale": "en_US",
"createdAt": "2024-03-20T09:13:37+00:00",
"_links": {
"self": {
"href": "https://...",
"type": "application/hal+json"
},
"dashboard": {
"href": "https://...",
"type": "application/hal+json"
},
"payments": {
"href": "https://...",
"type": "application/hal+json"
},
"mandates": {
"href": "https://...",
"type": "application/hal+json"
},
"subscriptions": {
"href": "https://...",
"type": "application/hal+json"
},
"documentation": {
"href": "https://...",
"type": "application/hal+json"
}
}
}Response
The newly created customer object.
Changes
Changed in 6 of the 79 revisions of this API.1711
- ●
added the new
en_BEenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
en_NLenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
en_BEenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
en_NLenum value to the request propertyrequest-property-enum-value-added
- ●
- ▲
removed the enum value
nullof the request propertyrequest-property-enum-value-removed
- ●
added the new
undefinedenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
undefinedenum value to the request propertyrequest-property-enum-value-added
- ○
removed the
nullenum value from the////response property for the response statusresponse-property-enum-value-removed
- ▲
- ●
added the new
cs_CZenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sk_SKenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
cs_CZenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
sk_SKenum value to the request propertyrequest-property-enum-value-added
- ●
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
the endpoint scheme security
advancedAccessTokenwas added to the APIapi-security-added
- ○
the endpoint scheme security
organizationAccessTokenwas removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
de_LUenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
fr_LUenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
de_LUenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
fr_LUenum value to the request propertyrequest-property-enum-value-added
- ●
Of the 79 revisions, 9 have no diff computed.