Sample Webhook : Failure
{
"entity": "bank_details",
"payload": {
"ifsc": "SBIN0061246",
"name": "JOHNNY CASH",
"reason": "To Account Number is Invalid.",
"status": "FAILED",
"mobile_number": "9552949848",
"transfer_type": "IMPS",
"account_number": "1000000004",
"transaction_id": "4b59c514-c9af-4d68-8f22-159730250005",
"transfer_amount": "1.000000"
},
"created_at": "iso timestamp",
"id": "webhook id",
"event": "bank_acc.verfication.failed"
}
Webhook Payload for Failure
Parameter Name | Format | Comment |
---|---|---|
ifsc | String | IFSC of the bank account. |
name | String | The name of the customer provided in the request. |
reason | String | The reason provided by the bank for failure. |
status | String | Status of the transfer. |
mobile_number | String | Mobile number of the customer. |
transfer_type | String | Type of transfer done - IMPS/ NEFT/ RTGS. |
account_number | String | Account number of the bank account. |
transaction_id | String | Unique identifier of the transaction. |
transfer_amount | String | Amount transferred to the account to verify it. |