post https://payusandbox-kong.pc.enstage-sas.com/payuppi/api/v2/encrypt
The Encrypt API request parameters varies based on the API with which it is used for. This section describes the Encrypt API used with Create a JIT Spend Cap API.
Sandbox | payusandbox-kong.pc.enstage-sas.com/api/v2/encrypt |
Production | Contact your WIBMO KAM or support. |
Sample request
curl --request POST \
--url https://payusandbox-kong.pc.enstage-sas.com/payuppi/api/v2/encrypt \
--header 'content-type: application/json' \
--header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
--data '
{
"customerId": "000000000501",
"clientTxnId": "35wertyut65218",
"wallet": [
{
"accountNumber": "704030003041202",
"jitSpendCap": 10000
}
]
}