Skip to main content

Step 5: Add New Customer Token

Create a new customer and generate a token for future APM transactions.

Endpoint

POST /api/v1/add-customer

Request Body

{
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"dob": "1995-01-10",
"contactNumber": "+1234567890",
"merchantAccountId": "100012",
"addressDetails": {
"country": "Sweden",
"state": "Stockholm",
"city": "Dhaka",
"address": "16/A, Stockholm",
"zipCode": "11115"
}
}