GET
/
payout
/
v1
/
asyncValidation
/
bankDetails

Headers

Authorization
string
required

Bearer Auth Token

Content-Type
string
required

application/json

Query Parameters

name
string

It is the name of the account holder to be validated. Only alphanumeric and white spaces are accepted. A maximum of 100 characters are allowed.

phone
string

It is the phone number of the bank account holder.

bankAccount
string
required

It is the bank account number to be validated (6 to 40 character limit).

ifsc
string
required

The IFSC information of the bank account to be validated. It should be an alphanumeric value of 11 characters. The first 4 characters should be alphabets, the 5th character should be a 0, and the remaining 6 characters should be numerals.

remarks
string

You can add custom remarks in the API request. These remarks will be visible in the customer's bank statement corresponding to the penny drop transaction. A maximum of 25 characters are allowed.

userId
string

It it the unique ID to identify the bank verification user. Only alphanumeric and underscore (_) are accepted. A maximum of 40 characters are allowed.

Response

200 - application/json
data
object

It contains the bank verification reference ID.

message
string

It represents the message of the API request.

status
string

It represents the status of the API request.

subCode
string

It represents the sub code of the API request.