GET
/
payout
/
v1.2
/
validation
/
bankDetails

Headers

Authorization
string
required

Bearer Auth Token

Content-Type
string
required

application/json

Query Parameters

name
string

It is the bank account holder's name for who you want to verify the bank details (100 character limit).

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.

phone
string

It is the phone number of the bank account holder.

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.

Response

200 - application/json
accountStatus
string

It represents the status of the bank account.

accountStatusCode
string

It represents the status code of the bank account.

data
object

It contains the bank account details.

message
string

It represents the message of the API request.

status
string

It represents the status of the API request.

subCode
number

It represents the subcode of the API request.