{ "customer_sync_code": "M005T" }
curl --location --request POST 'https://merchantapi-demo.bill24.io/instant_payment/get_wallet_balance' \ --header 'Authorization: Bearer {token get from endpoint (Authorization)}' \ --header 'Content-Type: application/json' \ --data-raw '{ "customer_sync_code": "M005T" }'
KHR
{ "code": "000", "message": "Success", "message_kh": "ជោគជ័យ", "data": [ { "id": "xxxxxx", "name": "Kouern Deav's Wallet(KHR)", "balance": 0, "currency": "KHR" } ] }