Create Customer
Customers
Create Customer
Creates a new customer and provisions their cash balance feature
POST
Create Customer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Customer details
Optional custom metadata
Example:
{
"orderId": "12345",
"customField": "value"
}The ID of the merchant whose balance is being requested. If omitted, defaults to the authenticated merchant.
The phone number of the customer
The email address of the customer
The full name of the customer
Response
Customer created successfully