v1
latestOpenAPI 3.0.1MIT2026-07-13153492.5 KBCreate a new customer, and optionally mark them as tax exempt
post/tax/customers
Request body
Example request
{
"name": "Customer Name",
"email": "customer@example.com",
"is_tax_exempt": true,
"reference_customer_id": "20506"
}Response
Customer creation response
Example response
{
"id": "cus_123456789",
"object": "tax.customer",
"reference_customer_id": "20506",
"name": "Customer Name",
"email": "customer@example.com",
"is_tax_exempt": true
}