Customers
Create a new customer
Creates a new customer record for the authenticated provider. Customers represent end-users who will purchase your products. Email is required and must be unique per provider. The name field is optional but recommended for better tracking.
POST
Authorizations
Provider secret API key (sk_live_… / sk_test_…) supplied as a Bearer token.
Body
application/json
Customer creation data
Response
Customer created successfully
Customer email address
Example:
"customer@example.com"
Customer full name
Example:
"John Doe"
Customer reference identifier
Example:
"cus_3c4d5e6f7g8h"
External reference ID from your auth system (if set during creation or update)
Example:
"auth_user_12345"
Active purchases