API referenceBilling
`DELETE /billing/payment-methods/{id}` — detach a saved card from Stripe. **Owner-only**.
curl -X DELETE "https://example.com/billing/payment-methods/string"Empty
`POST /billing/setup-intent` — start adding a card. **Owner-only** (financial root-of-trust). Provisions the org's Stripe customer on first use, then returns a SetupIntent `client_secret` the browser confirms with Stripe Elements (the card is vaulted + attached client-side; raw card never touches us). POST
Previous Page
`GET /billing` — fetch the org's billing settings. GET
Next Page