---
title: "Request Payment"
method: POST
path: "/merchant/payment-request"
tags: ["Payment Request"]
---

# Request Payment

`POST /merchant/payment-request`

## Headers

- `R-Merchant-ID` unknown
- `R-Api-Key` unknown

## Request body

- object
  - `payer` string
  - `reference` string
  - `amount` integer
  - `comment` string
  - `metadata` object
  - `duration` integer

## Response `201`

Request Payment

---

[API](https://skmtc.dev/reflexpay/apis/flex-merchant-api.md) · [All operations](https://skmtc.dev/reflexpay/apis/flex-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reflexpay/flex-merchant-api/revisions/4cdf14eeeab9/schema)
