---
title: "Start saving a card (Stripe SetupIntent for inline Elements)"
method: POST
path: "/v1/orgs/{orgId}/billing/setup-intent"
tags: ["Billing"]
---

# Start saving a card (Stripe SetupIntent for inline Elements)

`POST /v1/orgs/{orgId}/billing/setup-intent`

## Path parameters

- `orgId` string, required

## Response `200`

SetupIntent client secret + publishable key

- SetupIntent
  - `clientSecret` string, required
  - `publishableKey` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `503` — A required integration (e.g. payments) is not configured

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/32905b8f44f8/schema)
