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

# Create a new payment request

`POST /admin/payments/requests`

## Request body

- object
  - `affiliate_id` number — ID of the affiliate making the request
  - `tx_ids` number[] — Array of transaction IDs to include in the payment request
  - `note` string — Optional note for the payment request
  - `invoice_url` string — Optional invoice URL for the payment request

## Response `200`

- object
  - `id` number — ID of the created payment request
  - `amount` number — Total amount of the payment request
  - `note` string — Note for the payment request

## Other responses

- `403` — Not authenticated

---

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