Second Webhook
Webhook Parameters
orderRefId (String)
Merchant order Ref Id
Merchant order Ref Id
txnId (String)
Transaction Id
Transaction Id
message (String)
Merchant message
Merchant message
status (String)
Pan status
Pan status
- S - Success
- F - Failed
- P - Pending
routeType (String)
Pan routeType
Pan routeType
Webhook Response Samples
- Success Webhook
- Failed Webhook
{
"event": "pan.request.success",
"code": "0x0200",
"message": "Transaction Successful",
"data": {
"orderRefId": "UTI41D68E202322494A8037845",
"txnId": "PY00971529867854",
"message": null,
"status": "S",
"routeType": "uti"
}
}
{
"event": "pan.request.failed",
"code": "0x0202",
"message": "Transaction Failed",
"data": {
"orderRefId": "UTI41D68E202322494A8037845",
"txnId": "PY00971529867854",
"message": null,
"status": "F",
"routeType": "uti"
}
}
Response Code
| Status Code | Status | Message |
|---|---|---|
| 0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
| 0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
| 0x0202 | FAILURE | FAILURE USER |
| 0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
| 0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
| 0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
| 0x0206 | PENDING | TRANSACTION PENDING |
| 0x0208 | 2FA | TWO FACTOR AUNTHENTICATION |