GET
/
wallet
/
merchant
Merchant Wallet
curl --request GET \
  --url https://nini.monieswitch.com/wallet/merchant \
  --header 'Authorization: <authorization>'
{
  "accountName": "Jane Balo",
  "accountNumber": "4443355297",
  "balance": 9680,
  "bankCode": "999270",
  "bankName": "Xpress Wallet",
  "createdAt": "2023-12-02T15:25:28.660Z",
  "id": "2b3d1ec6-64f8-4cf0-b819-278c7da52e63"
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Response

200 - application/json

Merchant Wallet

The response is of type object.