Remitter Webhooks
Webhooks
Postman Collection
Headers
Content-Type (String) required
application/json
application/json
Signature (String)
Basic Signature
Basic Signature
Response Samples
- SUCCESS
- PENDING
- FAILED
{
"event": "rdmt.remitter.success",
"code": "0x0200",
"message": "Transaction is success.",
"data": {
"orderRefId": "ORD8091XXXXX",
"mobile": "930431XXXX",
"outletId": "O47XXX",
"merchantCode": "471XXX",
"isActive": "1",
"name": "Aan",
"balance": "100",
"pwLimit": "49700"
}
}
{
"event": "rdmt.ekyc.pending",
"code": "0x0206",
"message": "Remitter with mobile - wants to do KYC.",
"data": {
"orderRefId": "ORD8091XXXXX",
"mobile": "930431XXXX",
"outletId": "O471XXXX",
"merchantCode": "471XXXX",
"status": "0",
"fee": 11,
"tax": 1.98,
"margin": "fixed@11",
"totalCharge": 11
}
}
{
"event": "rdmt.ekyc.failed",
"code": "0x0202",
"message": "Remitter ekyc failed .",
"data": {
"orderRefId": "ORD8091XXXXX",
"mobile": "930431XXXX",
"outletId": "O471XXXX",
"merchantCode": "471XXXX",
"status": "2",
"firstName": "",
"lastName": ""
}
}
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 |
0x0207 | REVERSED | TRANSACTION REVERSED |
0x0209 | REDIRECT | REDIRECT URL |