Get Credit Balance
Get current pre-paid credit balance in USD (organization-wide) plus auto-refill config. Amounts are decimal strings — parse with a decimal library.
Authorizations
Response
Current credit balance plus the organization's auto-refill configuration.
Current pre-paid credit balance in USD, as a fixed-point decimal string. Decreases as verifications are billed and increases when a top-up settles.
When true, Didit will automatically charge the saved Stripe payment method to add credits once the balance crosses auto_refill_threshold. Configured from Console → Billing.
USD amount that will be charged on each auto-refill. null when auto-refill is disabled or unset.
Trigger threshold in USD. Auto-refill fires when balance falls below this value. null when auto-refill is disabled or unset.