---
title: "Create Clink Pay Order"
method: GET
path: "/api/v1/clink/rm/pay"
tags: ["pay"]
---

# Create Clink Pay Order

`GET /api/v1/clink/rm/pay`

## Query parameters

- `app_id` string, required
- `plan_id` string, required
- `user_id` string, required
- `email` string, required
- `transaction_id` string, required
- `pay_type` string
- `redirect_url` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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