---
title: "Account Checkout"
method: POST
path: "/v1/account/checkout"
---

# Account Checkout

`POST /v1/account/checkout`

Open the selected safe billing action for the API key's organization.

## Request body

- CheckoutRequest — Selected paid plan; account identity always comes from the API key.
  - `plan` string, required
  - `interval` string

## Response `200`

Successful Response

- CheckoutResponse
  - `result` string
  - `action` string, required
  - `url` string, required
  - `expires_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/exchangerate/apis/exchangerate-dev.md) · [All operations](https://skmtc.net/exchangerate/apis/exchangerate-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exchangerate/exchangerate-dev/revisions/0fc62e022661/schema)
