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

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Query Parameters

accountNumber
string

Optional. Search wallet by account number

Example:

"2281427675"

bankCode
string
Example:

"999270"

Response

200 - application/json

Resolve Bank Account Name

The response is of type object.