Create a new customer
Creates a new customer for the organization
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Request
Body
name
legalName
email
phone
website
externalId
billingAddress
creationState
vatNumber
metadata
defaultCurrency
Response
201
id
Stable Paid customer display ID. Use this value as the {id} path parameter for customer routes, for example GET /api/v2/customers/cus_abc123/state.
name
legalName
email
phone
website
externalId
billingAddress
Customer billing address, or null when no address is set.
creationState
status
Customer status: churned when the customer is marked as churned, active otherwise.
churnDate
vatNumber
metadata
defaultCurrency
ISO 4217 currency code, for example USD, EUR, or GBP.
connections
Linked external system IDs for this customer.
createdAt
updatedAt
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error