Skip to main content
POST
Create Customer
Upsert a customer record. If a customer with the given external_id already exists, their name and email are updated; otherwise a new customer is created. Auth: sk_ (secret key) only.
string
required
Your unique identifier for this customer. Used for upsert matching.
string
Customer display name.
string
Customer email address.

Response

string
required
The customer’s external identifier.
string
Customer display name.
string
Customer email address.