Get Customer Endpoint (2025-05-12)
Retrieve the details of a specific customer using its ID.Remember to include the
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.
Path Parameters
The ID of the customer to retrieve
Response
Customer details
The ID of the customer
Example:
"cus_123456789"
The type of object: tax.customer
Example:
"tax.customer"
The ID of the customer in your system
Example:
"20506"
The name of the created customer
Example:
"Customer Name"
The email of the created customer
Example:
"customer@example.com"
If true, all POST /tax/calculations
sold to this customer will return $0 in tax owed. The default value is false
.
Example:
true