post
https://sandboxapi.upayments.com/api/v1/create-customer-unique-token
Users can create customer unique token for saving Credit/Debit cards
Request Model
The request is a POST request with the following parameters:
| Input Parameter | Type | Length | Description |
|---|---|---|---|
| customerUniqueToken | integer, mandatory | 8 (minimum) to 18 (maximum) | Pass the customer's unique token here |
{
"customerUniqueToken":9904917379121
}Response Model
Customer unique token created successfully
{
"status": true,
"message": "Customer unique token created successfully",
"data": {
"customerUniqueToken": 9904917379121
}
}
Try it now by editing the Body Params sectionChange values and click "Try It!" in the editor
