Create a customer
Creates a new customer with optional contacts, billing address, aliases, and a required default currency.
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
255"ik_a1b2c3d4e5f6"
Body
Response
Success
Timestamp when the customer was created
"2026-04-01T10:00:00Z"
ISO 4217 currency code
"USD"
Unique identifier for the customer
"cust_abc123"
Customer name
"Acme Corp"
Timestamp when the customer was last updated
"2026-04-01T12:30:00Z"
Alternative identifiers for the customer
Customer billing address
Customer contacts
ISO 3166-1 alpha-2 country code used for tax determination
"DE"
Customer tax identification number
"DE123456789"
Tax rate applied to the customer, expressed as a decimal fraction (0.20 = 20%)
"0.20"
Reason determining how tax is applied to the customer
standard_rated, reverse_charge, not_collecting, customer_exempt, zero_rated, other "standard_rated"
Customer tax status
"taxable"
Type of tax applied to the customer
gst, hst, igst, jct, lease_tax, pst, qst, sales_tax, service_tax, vat "vat"