---
title: "Start a paid-plan checkout (session-only)"
method: POST
path: "/api/v1/visa/stripe/checkout"
tags: ["Account & billing"]
---

# Start a paid-plan checkout (session-only)

`POST /api/v1/visa/stripe/checkout`

## Request body

- object
  - `plan` 'hobby' | 'starter' | 'pro' | 'business', required
  - `billing` 'monthly' | 'annual'
  - `affiliate_id` string

## Response `200`

Stripe Checkout URL.

- object
  - `url` string

## Other responses

- `400` — Missing or malformed parameter.
- `401` — Missing API key, query param or session cookie.

---

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