Create Payment Token

Create Token API will give the token in the response which will be used in .js function.

Body Params
float
required

The amount of transaction

udf
object

Merchant can pass extra parameters in the request which they require in the response. Key-value pair that can be used to store additional information about the entity.

  • Each pair cannot exceed 256 characters.
  • Maximum 5 key-value pairs.
Example: "key_1": "DD”

string
required

Mobile number of the customer. Please make sure you are passing actual customer mobile number. If you pass a hardcoded value, if the customer doesn't change the mobile number from layer the transaction will appear with hardcoded mobile number and name associated with it.

string
required

Email Id of the customer

string
required

INR

string
required

Reference id for the transaction. This should be unique for each transaction.

string

Mandatory Only in case of Split settlement use-case

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json