GET
/
payout
/
v1
/
ifsc
/
{ifsc}

Headers

Authorization
string
required

Bearer Auth Token

Content-Type
string
required

application/json

Path Parameters

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.

Response

200 - application/json
data
object

It contains the bank account information.

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.