Create Customer Unique Token
Users can create customer unique token for saving Credit/Debit cards
post/create-customer-unique-token
Headers
Authorizationstring
Request body
Response
201
Example response
{
"status": true,
"message": "Customer unique token created successfully",
"data": {
"customerUniqueToken": 9904917379121
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.