Endpoints

GET /balance

Available, pending, frozen, and reserve balances.

GET/balancesecret key

Return the merchant's current balance: available, pending settlement, frozen, and rolling reserve.

Request
curl https://sandbox-api.key2pays.com/v1/balance \
  -H "Authorization: Bearer sk_test_51N8mP...exampleK3Y"
Response
{ "available": 12480.55, "pending": 230.10, "frozen": 0, "reserve": 1500, "currency": "USD" }