---
title: "Create an Order"
method: POST
path: "/v1/orders/"
---

# Create an Order

`POST /v1/orders/`

A PAYARC-hosted payment page that helps collect payments quickly. It works across devices and is designed to increase conversion. Checkout makes it easy to build a first-class payments experience.

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `amount` integer, required — A positive integer in cents representing how much to charge.
  - `surcharge_percent` integer — A positive integer representing surcharge percentage to be added for charge.
  - `surcharge_fixed` integer — A positive integer in cents representing flat surcharge fee to be added to amount.
  - `payment_method` string — If the field is present in the input data, it must not be empty or null.
  - `currency` string — Three-letter ISO currency code, in lowercase.
  - `dynamic_amount` integer — Determines from-where the amount will be considered.
  - `failure_url` string — Cancellation URL. If the field is present in the input data, it must not be empty and must be valid URL
  - `multi_use` integer — Manage usability of a task.
  - `order_description` string — Short description to order.
  - `order_name` string — Short description of the order.
  - `product_description` string — Brief product description.
  - `product_images` string — Array of json product images.
  - `product_name` string — Name of the product.
  - `quantity` integer — Quantity.
  - `send_via` string — Brief product description.
  - `success_url` string — Success URL. If the field is present in the input data, it must not be empty and must be valid URL

## Response `200`

200

- object
  - `id` string
  - `payment_form_url` string
  - `token` string

## Other responses

- `422` — 422

---

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