post https://payusandbox-kong.pc.enstage-sas.com/api/v2/decrypt
The Decrypt API is used to decrypt the response from all the APIs used in Prepaid. You will receive a token from all the APIs that must posted in the Decrypt API to get the decrypted response. For more information on encryption or decryption, refer to Introduction.
Sandbox | https://payusandbox-kong.pc.enstage-sas.com/api/v2/decrypt |
Production | Contact your WIBMO KAM or support. |
Note:
All the APIs contain the decrypted sample response and response parameters to make it easy for you to integrate.
Sample request
curl --request POST \
--url https://payusandbox-kong.pc.enstage-sas.com/api/v2/decrypt \
--header 'content-type: application/json' \
--header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
--data '
{
"token": "8JBb4jnRrAXaSUNIZyvHoIsaLcY42T6mwdjniKRZQvaCatmn98b1c4fVGorUovUGL8NZBMn7RCcGodQwM9/BGvyZR9Gk1lP7AVmqcxSmOUQOfmu0ePzTM+bK+icaP5BDh7xfXz+KNmZSTCUWJYc6dJxGpfhgkgHxq94d3MUAROas8nZR2elmcVVFNekqHMUVUmaaFPlDWIhJFaicLPv8e0/RVyp2F0YiVFpNng3wzxZZMHmvBJiPDqZ3n/TBvSdt4uyRys0GSEDqFm+VC80DFTPew9/QznezJefmX/imnLFeXUE7uAR3bZ/HJiETboWMoYsTfFeM5S5U6ke4DyUpAczfjWmu3rPhOhOTaGov2RVPOaygszae+/w/B59UNw+9UgFAIyxGT+1uXM+t5vjxvhYZM/arYzNDd1gva4hOVb+we4wUXk4kw+W9xe1f1U4laWVFgV48TwPn23ReMffegqcWhl6BJp/kv3GlWTnb4tMiR9XRezHw/5IUK/TGQ6bvNdVxQCcueUuY4cX2XBVrO40qvxj+ISjxFuWQaNv1/rTx+nPyall0yxfb6Ds3HH60oGvH6u5E0h39fE319a6dKJL2FvYkjcNIznGYe3D7fnBuxv+aZgozxt71LCzSM4Oe1mBe97ce419cd8+SKO4kyhddZE2orahSFjacc8yFsEB/kBfmLAC4DiyYgKB0fdJuCvc/chcIOvVi48mPpNaXoA=="
}
'
Sample response
{
"customerId": "AjayCardReplTest",
"responseCode": "00",
"messageCode": 3511,
"clientTxnId": "Register_20240405101003",
"clientId": "1060",
"responseDateTime": "20240405114046",
"accosaTransactionId": 423,
"responseMessage": "CUSTOMER REGISTERED SUCCESSFULLY",
"bankId": 6060,
"accosaRefNo": "204",
"formFactor": {
"uniqueNumber": "100000 XXXXXX 1197",
"urn": 91,
"securityCode": "yldC418NcFjj8IydHMEoveDiGozuvcbQevOh8zj0SEo=",
"uniqueNumberExpiry": "0425",
"accountDetails": [
{
"accountNumber": "606030003008521",
"accountNumberExpiry": "0425"
}
]
}
}