Billing
Charge the saved card to top up prepaid balance
Charges the org's default saved card off-session. The balance credit is applied by the payment_intent.succeeded webhook (the authoritative money signal), not this response: poll the balance after success.
post/v1/orgs/{orgId}/billing/deposit
Path parameters
orgIdstring required
Request body
Response
Charge outcome (status drives the dashboard's next step)
Changes
Changed in 1 of the 20 revisions of this API.1
- ●
removed the request property
request-property-removed
- ●