Billing

Set the org's auto-recharge policy

put/v1/orgs/{orgId}/billing/auto-recharge

Path parameters

orgIdstring required

Request body

amountCentsinteger required

Amount charged per auto-recharge, in cents. When enabled is true it must sit within the deposit bounds, $25 to $500; a stored amount under the $25 floor is never charged. Ignored while enabled is false.

enabledboolean required

When on, the balance is topped up automatically below the threshold.

thresholdCentsinteger required

Recharge fires when available balance drops below this.

Response

Saved settings

amountCentsinteger required

Amount charged per auto-recharge, in cents. When enabled is true it must sit within the deposit bounds, $25 to $500; a stored amount under the $25 floor is never charged. Ignored while enabled is false.

enabledboolean required

When on, the balance is topped up automatically below the threshold.

thresholdCentsinteger required

Recharge fires when available balance drops below this.

Changes

No recorded changes to this endpoint across all 36 revisions of this API.