post https://payusandbox-kong.pc.enstage-sas.com/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 Check Request Status 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/api/v2/encrypt \
--header 'content-type: application/json' \
--header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
--data '
{
"messageCode": 2050,
"clientTxnId": "Register_20240408101003",
"requestDateTime": "20240408101000",
"verifyclientTxnId": "TxnProfile_20240401101006",
"fromDate": "2024-07-01",
"toDate": "2024-07-07"
}
'
Sample response
{
"token": "XUjLUwHaARB0pNWZOyBFAuH+NcGjVtEKVer8/1W0sA0LQnGQvrmdOZC1d9OYGO4v/Ome6Q2n0LcS4X8H5TEAT4iwbmxre/ieINEFUeXWRPQtHwgwHlTMdoPARGcE9NG4FhzibOdU01ngHBl+ISEwLsbnJR0oLmiDQaBO662fYlK/quxHA0OjJh5zR93fpyjaxqK85X/4YrE5ASWjM83o27bLqfSmkNkCOIUCvmULtdevyMWAj83L+rTKL4Wy7a+bu3uFUBLsCSyZVUHi/MBpvw=="
}