1. Balance
Casharc
  • API
    • Merchant
      • Balance
        • Balance
          GET
      • Payment
        • README
        • Payment
        • Payment Detail
        • Payment Refund
        • Payment Cancel
      • Payout
        • Payout
        • Payout Detail
        • Payout Cancel
      • Appeal
        • Appeal
        • Appeal Detail
        • Appeal Cancel
  1. Balance

Balance

GET
/merchant/v1/balances

Request

Header Params

Responses

🟢200
application/json
Bodyapplication/json

🟠401
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/merchant/v1/balances' \
--header 'X-Public-Key;' \
--header 'X-Secret-Key;'
Response Response Example
200 - Example 1
[
    {
        "amount": "string",
        "currency": "string"
    }
]
Next
README
Built with