---
title: "Update Payment Method"
method: POST
path: "/api/stripe/checkout/setup/{organization_id}"
tags: ["Stripe"]
---

# Update Payment Method

`POST /api/stripe/checkout/setup/{organization_id}`

Update a your payment method to a new one

## Path parameters

- `organization_id` string, uuid, required

## Response `200`

Checkout session (setup) response

- CreateSetupCheckoutSessionResPayload
  - `url` string, required

## Other responses

- `400` — Service error relating to creating setup checkout session

---

[API](https://skmtc.net/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.net/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
