Createdeposit

Top up balance. If the org has a saved default card → charge it inline and return `{ ok, balance_cents }`. If 3DS is required → return `{ requires_action, client_secret, payment_intent_id }`. Otherwise → fall back to Stripe Checkout and return `{ checkout_url }`.

POST /api/v1/orgs/{org_oid}/billing/deposit

Createdeposit

Top up balance. If the org has a saved default card → charge it inline and return `{ ok, balance_cents }`. If 3DS is required → return `{ requires_action, client_secret, payment_intent_id }`. Otherwise → fall back to Stripe Checkout and return `{ checkout_url }`.

Parameters

  • org_oid (path) required · string

Responses

  • 200 Successful Response
  • 422 Validation Error
Try it
Parameters
Request body · required

JSON only. Sent as application/json.

↑↓ navigate open esc close