billing

Get Auto Recharge Settings

Get current auto-recharge configuration.

get/v1/billing/auto-recharge

Headers

authorizationstring

Response

Successful Response

enabledboolean
threshold_centsinteger nullable
amount_centsinteger nullable
payment_method_idstring nullable
consecutive_failuresinteger
last_failure_reasonstring nullable

Example response

{
  "threshold_cents": 1000,
  "amount_cents": 5000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.