---
title: "Create Storepay Order"
method: POST
path: "/api/storepay/v1/pay"
tags: ["pay"]
---

# Create Storepay Order

`POST /api/storepay/v1/pay`

## Query parameters

- `app_id` string, required

## Request body

- StorepayItem
  - `plan_id` string, required — plan id
  - `external_result_page_url` string, required — redirect page url
  - `email` string, required — email
  - `shipping_country` string, required — shipping_country
  - `shipping_city` string, required — shipping_city
  - `billing_state` string — billing_state
  - `payment_method` string — payment method
  - `currency` string — ISO-4217 currency code

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/videofaceswap/apis/fastapi.md) · [All operations](https://skmtc.dev/videofaceswap/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/videofaceswap/fastapi/revisions/76b11ccab8af/schema)
