Endpoints
GET /balance
Available, pending, frozen, and reserve balances.
GET
/api/v1/me/balancesecret keyReturn the merchant's current balance: available, pending settlement, frozen, and rolling reserve.
Request
curl https://sandbox.key2pays.com/api/v1/balance \ -H "Authorization: Bearer sk_test_51N8mP...exampleK3Y"
Response
{ "available": 12480.55, "pending": 230.10, "frozen": 0, "reserve": 1500, "currency": "USD" }