Billing & Auto Topup
Get Auto Topup Settings
Retrieve the current auto topup configuration
GET
Get Auto Topup Settings
Retrieve the current auto topup configuration for your environment. Auto topup automatically recharges your account balance when it falls below a threshold, or on a scheduled day each month.Endpoint
Request headers
string
required
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Response fields
boolean
Whether auto topup is currently active.
number
Balance threshold (in account currency) below which a recharge is triggered.
number
Amount charged each time the threshold is hit.
boolean
Whether monthly scheduled recharges are active (independent of the threshold).
number
Amount charged on the scheduled day. Required when
scheduled_payment_enabled is true.integer
Day of month (1–28) for scheduled recharges.
string
ID of the saved payment method used for charges.
number
Maximum total amount that can be charged in a single day across all auto-topup events.
integer
Number of recharges already executed today.
string
ISO 8601 timestamp of the most recent recharge.