Bulk Bank Verification

Use this API to request bank validations in bulk. It is an asynchronous process, call the get bulk verification API to get the result.

Bank Account Objects

Field NameDescription
nameAccount holders name (alphanumeric and space allowed)
phoneAccount holder's phone number
bankAccountAccount number to be validated (6 to 40 characters allowed)
ifscIFSC of account to be validated (standard IFSC format - length 11, first four bank IFSC and 5th character is 0)

Response Codes

Sub CodeStatusMessage
200SUCCESSBulk Validation requested successfully. Please check later for processing status.
520ERRORUnknown error occurred at bulk bank validation.
520ERRORError in Bulk Validation.
520ERRORBulk Validation request failed.
409ERRORBulk Validation Id already exists
422ERRORMandatory parameters missing in the request.

📘

Name Match Feature

To manually check if the provided customer name and the name registered at the bank are the same, consumes a lot of time and effort. Cashfree Payments has introduced a new feature that will help you to verify if the names are the same and provide the result accordingly.

Two new parameters, nameMatchResult and nameMatchScore will be available in the response, which will help you make faster validations and process payments successfully. Click here to know more.

Contact your Account Manager or write to [email protected] to activate the name match score feature for your account.

Language