API Reference

Sample Webhook : Success

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 NameFormatComment
ifscStringIFSC of the bank account.
nameStringThe name of the customer provided in the request.
statusStringStatus of the transfer.
reference_noStringReference number of the transaction provided by the bank.
mobile_numberStringMobile number of the customer.
transfer_typeStringType of transfer done - IMPS/ NEFT/ RTGS.
account_numberStringAccount number of the bank account.
name_with_bankStringThe name of the customer provided by the bank.
transaction_idStringUnique identifier of the transaction.
transfer_amountStringAmount transferred to verify the account.
name_match_scoreStringScore based on the match between the names.