---
title: "Checkout"
method: GET
path: "/api/stripe/payment_link/{plan_id}/{organization_id}"
tags: ["Stripe"]
---

# Checkout

`GET /api/stripe/payment_link/{plan_id}/{organization_id}`

Get a 303 SeeOther redirect link to the stripe checkout page for the plan and organization

## Path parameters

- `plan_id` string, uuid, required
- `organization_id` string, uuid, required

## Other responses

- `303` — SeeOther response redirecting user to stripe checkout page
- `400` — Service error relating to creating a URL for a stripe checkout page

---

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