v1
latestOpenAPI 3.1.02026-07-24360204.4 KBCreate Payment Token
Create Token API will give the token in the response which will be used in .js function.
post/v1/pg/sandbox/payment_token
Request body
Response
200
Example response
{
"amount": "10.00",
"currency": "INR",
"mtx": "1764931973",
"sub_accounts_id": "sa_da4f9f84ac6d",
"users_id": 366411705,
"created_at": "2025-12-05 16:22:52",
"id": "pt_676932b984f1203",
"entity": "payment_token",
"status": "created",
"customer": {
"contact_number": "7356697492",
"email_id": "john.doe@bankopen.co",
"id": "cs_d86932b740dfDa6",
"entity": "customer"
}
}