Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Body
Customer creation data
Customer's first name. Used for personalization and legal documentation.
1 - 100
"John"
Customer's last name. Used for personalization and legal documentation.
1 - 100
"Doe"
Customer's phone number. Used for SMS notifications and verification. Include country code for international numbers.
"+1-555-123-4567"
Customer's email address. Used for notifications, receipts, and account management. Must be a valid email format.
"john.doe@example.com"
Type of customer account. Determines available features and compliance requirements.
Individual
, Startup
, Small Business
, Medium Business
, Enterprise
, Non-Profit
, Government
"Individual"
Current status of the customer account. Controls access to services and features.
ACTIVE
, BLACKLISTED
, DEACTIVATED
, DELETED
"ACTIVE"
Response
Customer created successfully