API Reference

Sample Webhook : Failure

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 NameFormatComment
ifscStringIFSC of the bank account.
nameStringThe name of the customer provided in the request.
reasonStringThe reason provided by the bank for failure.
statusStringStatus of the transfer.
mobile_numberStringMobile number of the customer.
transfer_typeStringType of transfer done - IMPS/ NEFT/ RTGS.
account_numberStringAccount number of the bank account.
transaction_idStringUnique identifier of the transaction.
transfer_amountStringAmount transferred to the account to verify it.