kepa
Customers/createCustomer

Create a customer

Planned
Planned. 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/customers
A customer groups saved payment methods, subscriptions, and invoices.

Request body

application/json

emailstringRequired
namestring
Example "Ada Lovelace"
descriptionstring

Response

application/json

idstring
Example "cus_123"
emailstring
namestring
Example "Ada Lovelace"
defaultPaymentMethodIdstringnullable
Example "pm_9c2a4f10"
createdAtstring · ISO 8601
Example "2026-04-09T09:14:22Z"

createCustomer