---
title: "Create a payment request"
method: POST
path: "/payments/request"
tags: ["Payments"]
---

# Create a payment request

`POST /payments/request`

Reserved endpoint for payment requests. The v2 contract currently marks this operation as under development.

## Request body

- object
  - `amount` integer — Payment amount in cents (always USD)
  - `currency` string — Currency in which payment will be paid, given amount will be converted automatically from USD

## Other responses

- `401` — The bearer token is missing, invalid, or no longer active.
- `429` — The configured request limit has been exceeded.
- `500` — Under development

---

[API](https://skmtc.dev/ltesocks/apis/ltesocks-public-api.md) · [All operations](https://skmtc.dev/ltesocks/apis/ltesocks-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ltesocks/ltesocks-public-api/revisions/27dffb3c08b9/schema)
