Customers
Create a customer
Create a customer
POST
Create a customer
Authorizations
Authentication header of the form api key, where api key is your organization api key.
Headers
Specifies the version of the API to use
Available options:
1.0.0 Body
application/json
Create customer
Response
OK
Address associated with customer
The date and time the customer was created in UTC format
Example:
"2025-05-28T14:00:00Z"
Email of the customer
Example:
"alice.johnson@example.com"
External ID of the customer
Example:
"ext_001"
Full name of the customer
Example:
"Alice Johnson"
Unique identifier
Example:
"cus_b8d0fe7e-3a7f-4b5f-a68b-d31358b49c3f"
Additional metadata as a JSON object
Example:
{ "key": "value" }payment_methods
(Card API Schema · object | PayPal API Schema · object | Venmo API Schema · object | CashApp API Schema · object | Apple Pay API Schema · object | Google Pay API Schema · object)[]
- Card API Schema
- PayPal API Schema
- Venmo API Schema
- CashApp API Schema
- Apple Pay API Schema
- Google Pay API Schema
Customer's phone number
Example:
"+1-555-123-4567"
The date and time the customer was last updated in UTC format
Example:
"2025-05-28T14:05:00Z"
Create a customer