Skip to main content
GET
/
billing
/
balance
Get wallet balance and payment method flag
curl --request GET \
  --url https://api.getovra.com/billing/balance \
  --header 'Authorization: Bearer <token>'
{
  "balanceEuros": 123,
  "hasPaymentMethod": true
}

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Response

Current wallet balance

balanceEuros
number
required
hasPaymentMethod
boolean
required