---
title: "Get Stripe Sessions"
method: POST
path: "/me/stripe/sessions"
tags: ["User API"]
---

# Get Stripe Sessions

`POST /me/stripe/sessions`

Get Stripe Sessions

## Request body

- StripeSessionRequest — Stripe Session
  - `price_ids` string[], required
  - `success_payment_url` string, required
  - `cancel_payment_url` string, required
  - `billing_url` string, required
  - `mode` 'subscription' | 'payment'

## Response `200`

Successfully created Stripe sessions

- StripeSessionResponse — Stripe Session Response
  - `sessions_urls` StripeSession[], required
    - `price_id` string, required
    - `session_url` string, required
  - `billing_portal_url` string, required

## Other responses

- `422` — Validation Error

---

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