---
title: "Update Connected Stripe Account"
method: POST
path: "/platform/organizations/stripe"
---

# Update Connected Stripe Account

`POST /platform/organizations/stripe`

Updates a platform organization's Stripe Connect configuration. Associates a Stripe account ID with the organization using your master Stripe credentials.

## Request body

- UpdateStripeConfigRequest
  - `organization_slug` string, required — The slug of the organization (without the org ID prefix).
  - `test_account_id` string — Stripe account ID for test environment (e.g., acct_xxx).
  - `live_account_id` string — Stripe account ID for live environment (e.g., acct_xxx).

## Response `200`

Stripe configuration updated successfully

- UpdateStripeConfigResponse
  - `message` string — Success message.
  - `organization` object
    - `id` string — Internal organization ID.
    - `slug` string — Organization slug (without prefix).

## Other responses

- `400` — Invalid request parameters or validation failed
- `403` — Forbidden
- `404` — Organization not found

---

[API](https://skmtc.net/useautumn/apis/autumn-api.md) · [All operations](https://skmtc.net/useautumn/apis/autumn-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useautumn/autumn-api/revisions/29536933c0dc/schema)
