Skip to main content
GET
/
v3
/
billing
/
balance
Get Credit Balance
curl --request GET \
  --url https://verification.didit.me/v3/billing/balance/ \
  --header 'x-api-key: <api-key>'
{
  "balance": "<string>",
  "auto_refill_enabled": true,
  "auto_refill_amount": "<string>",
  "auto_refill_threshold": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Balance information.

balance
string

Current credit balance in USD

auto_refill_enabled
boolean
auto_refill_amount
string
auto_refill_threshold
string