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 ParameterTypeLengthDescription
customerUniqueTokeninteger, mandatory8 (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 section

Change values and click "Try It!" in the editor

Language
Click Try It! to start a request and see the response here!