Customer Endpoint (2025-05-12)
Create a new customer, and optionally mark them as tax exempt.X-API-Version: 2025-05-12
header in your request to use this API version.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The customer's email
"customer@example.com"
The customer's name
"Customer Name"
If true, all POST /tax/calculations
sold to this customer will return $0 in tax owed. The default value is false
.
true
The ID of the customer in your system
"20506"
Response
Customer creation response
The ID of the customer
"cus_123456789"
The type of object: tax.customer
"tax.customer"
The ID of the customer in your system
"20506"
The name of the created customer
"Customer Name"
The email of the created customer
"customer@example.com"
If true, all POST /tax/calculations
sold to this customer will return $0 in tax owed. The default value is false
.
true