Sample Webhook : Success
{
"entity": "bank_details",
"payload": {
"ifsc": "SBIN0061246",
"name": "CHRIS MARTIN",
"status": "COMPLETED",
"reference_no": "b62e5f4e0d874b16ab539e3efdf353e2",
"mobile_number": "9552949848",
"transfer_type": "IMPS",
"account_number": "1000000001",
"name_with_bank": "MR CHRIS MARTIN",
"transaction_id": "a9e29fa4020c4eb6854dc79a4cffed8e",
"transfer_amount": "1.000000",
"name_match_score": 1.0
},
"created_at": "iso timestamp",
"id": "webhook id",
"event": "bank_acc.verification.success"
}
Webhook Payload for Success
Parameter Name | Format | Comment |
---|---|---|
ifsc | String | IFSC of the bank account. |
name | String | The name of the customer provided in the request. |
status | String | Status of the transfer. |
reference_no | String | Reference number of the transaction provided by the bank. |
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. |
name_with_bank | String | The name of the customer provided by the bank. |
transaction_id | String | Unique identifier of the transaction. |
transfer_amount | String | Amount transferred to verify the account. |
name_match_score | String | Score based on the match between the names. |