Create Customer
Customers
Create Customer
Create a new customer under the authenticated merchant
POST
Create Customer
Overview
Create a customer record that can be referenced bycustomer_id in funding account, transfer, and USD virtual account requests. Customers are scoped to the authenticated merchant.
Authentication
Your merchant API key
Request Body
Customer email address (must be valid)Example:
customer@example.comEmail is normalized to lowercase and trimmed before storage.
Customer first name (1–100 characters)Example:
JohnCustomer last name (1–100 characters)Example:
DoeRequest Example
Response
Unique customer identifier (UUID)
Customer email address
Customer first name
Customer last name
Whether the customer has passed verification.
false on creation.Whether tier 1 KYC has been completed.
false on creation.Whether tier 2 KYC has been completed.
false on creation.Customer capabilities and their current status. Empty on creation until verification starts.
Current blocking verification or capability issues. Empty on creation.
When the customer was created (ISO 8601 timestamp)
When the customer was last updated (ISO 8601 timestamp)
Success Response
Error Responses
Notes
- Customers are scoped to the authenticated merchant — the same email can exist under different merchants.
- Once created, a customer can be referenced by
customer_idin funding account requests.