GET
/
bank
/
resolve-account
Resolve Bank Account Name
curl --request GET \
  --url https://nini.monieswitch.com/bank/resolve-account \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "bankCode": "000023",
    "accountName": "SIMI MICHELLE",
    "accountNumber": "1700263012"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

accountNumber
integer
bankCode
integer

Response

200 - application/json

Resolve Bank Account Name

The response is of type object.