Skip to main content
POST
Create customer

Authorizations

Authorization
string
header
required

Secret key: Authorization: Bearer sk_test_... or sk_live_.... Business and live/test mode are inferred from the key.

Body

application/json
email
string<email>
required
first_name
string
required
last_name
string
required
phone
string | null
country
string | null

Response

Customer created

message
string
Example:

"Success"

data
object | null