POST
/
v1
/
whitelisted-bank-accounts
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "Bank Account whitelisted successfully for recharge"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Request payload to whitelist bank account.
name
string
required

Identifier for name at the bank account.

bankAccount
string
required

Identifier for the bank account.

ifsc
string
required

Identifier for the ifsc of the bank account.

paymentInstrumentId
string
required

The unique identifier for the fund source that will be associated with the payout account (Mandatory for One Escrow).

Response

200
application/json
Account whitelisted for recharge successfully
status
string

The status of the request.

subCode
string

Detailed sub-code for the response.

message
string

A message describing the response.