Customers/createCustomer
Create a customer
PlannedPlanned. This contract is published ahead of the build. It is not callable yet — treat it as the shape to design against, not a live endpoint.
Create a customer to hold saved cards, subscriptions, and invoices.
POST
/v1/customersA customer groups saved payment methods, subscriptions, and invoices.
Request body
application/json
Response
application/json
idstringExample "cus_123"
emailstringExample "[email protected]"
namestringExample "Ada Lovelace"
defaultPaymentMethodIdstringnullableExample "pm_9c2a4f10"
createdAtstring · ISO 8601Example "2026-04-09T09:14:22Z"
createCustomer