---
title: "Create Stripe setup intent"
method: POST
path: "/tenants/{tenant_id}/billing/payments/intents"
tags: ["Payments"]
---

# Create Stripe setup intent

`POST /tenants/{tenant_id}/billing/payments/intents`

Creates a Stripe setup intent so the client can collect and attach a payment method for the tenant.

## Path parameters

- `tenant_id` integer, required

## Response `200`

Stripe setup intent

- SetupIntentResponse
  - `client_secret` string, required

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
