Update sub-account auto-recharge
Whether this sub-account tops itself up by charging your client’s card, in dollars: below thresholdUSD it charges rechargeAmountUSD. A figure you leave out keeps its stored value, or takes the platform default (200) when the sub-account has never had one set.
Switching it on needs rebilling on and a linked Stripe customer with a usable card, and permits charges to your client’s card later.
Needs a plan that includes rebilling, and Stripe Connect connected for the agency, even when turning something off. Without either the call changes nothing and answers CAPABILITY_NOT_AVAILABLE (403) or STRIPE_NOT_CONNECTED (409).
Allowed customer roles: agency_admin. The agency is the one the credential belongs to.
Required API key scope: billing:write.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Headers
Optional. A retry with the same key returns the first answer with idempotentReplay: true.
8 - 255Path Parameters
The sub-account's GoHighLevel Location ID.
1Body
The setting.
Whether the sub-account tops itself up.
Top up when the dollar balance falls below this. Leave out to keep the stored value, or to take the platform default of $50 when the sub-account has never had one.
x >= 10Dollars each top-up charges the client's card. Leave out to keep the stored value, or to take the platform default of $200 when the sub-account has never had one. Name it rather than inheriting it: this is the figure a client is charged without being asked again.
