Get the current balance for an account, computed from the ledger
curl --request GET \
--url https://api.case.dev/payments/v1/accounts/{id}/balance \
--header 'Authorization: Bearer <token>'{
"accountId": "<string>",
"balance": 123,
"availableBalance": 123,
"pendingCharges": 123,
"heldAmount": 123,
"currency": "<string>"
}API key starting with sk_case_
Was this page helpful?
curl --request GET \
--url https://api.case.dev/payments/v1/accounts/{id}/balance \
--header 'Authorization: Bearer <token>'{
"accountId": "<string>",
"balance": 123,
"availableBalance": 123,
"pendingCharges": 123,
"heldAmount": 123,
"currency": "<string>"
}