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.

The body is of type object.

Response

200
application/json

Account whitelisted for recharge successfully

The response is of type object.