First Webhook
Webhook Parameters
orderRefId (String)
Merchant order Ref Id
Merchant order Ref Id
appNo (String)
Merchant App No
Merchant App No
psaId (String)
Merchant psa Id
Merchant psa Id
status (String)
Pan status
Pan status
- S - Success
- F - Failed
- P - Pending
nameOnPan (String)
Merchant name On Pan
Merchant name On Pan
panType (String)
Merchant pan Type
Merchant pan Type
operatorTxnId (String)
Operator Transaction Id
Operator Transaction Id
psaMobile (String)
Merchant psa Mobile
Merchant psa Mobile
couponType (String)
Merchant coupon Type
Merchant coupon Type
routeType (String)
Merchant route Type
Merchant route Type
Webhook Response Samples
- Pending Webhook
- Failed Webhook
{
"event": "pan.request.pending",
"code": "0x0206",
"message": "Transaction pending",
"data": {
"orderRefId": "UTI108664819261986336E74",
"appNo": "VA0189739778",
"psaId": "XTTL680073",
"status": "P",
"nameOnPan": "",
"panType": "",
"operatorTxnId": "PY009715298678544",
"psaMobile": "",
"couponType": "Physical",
"routeType": "uti"
}
}
{
"event": "pan.request.failed",
"code": "0x0202",
"message": "Transaction Failed",
"data": {
"orderRefId": "UTI41D68E202322494A80378",
"appNo": "VA0189739778",
"psaId": "XTTL680073",
"status": "F",
"nameOnPan": "",
"panType": "",
"operatorTxnId": "PY009715298678",
"psaMobile": "",
"couponType": "Physical",
"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 |