cURL
Onboarding
Create Customer
Create a new customer
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Error Codes and Messages
| API Status Code | Response | Reason |
|---|---|---|
| 400 | Email already in use | Email already in use |
| 400 | Phone already in use | Phone already in use |
| 400 | Invalid country code | Invalid country code |
| 400 | Client Reference ID already exists | Client Reference ID already exists |
| 500 | Internal Server Error | Internal Server Error |
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Body
application/json
Full name of the customer
Example:
"John Doe"
Email address of the customer
Example:
"john@example.com"
Phone number of the customer
Example:
"9911002211"
Country code (based on nationality)
Example:
"IND"
Optional customer reference ID
Example:
"test123"
Boolean to define if the customer is a non-resident
Example:
true
Country code (based on country of residence)
Example:
"USA"

