---
title: "Create Payment Request"
method: POST
path: "/payments/payment_request"
---

# Create Payment Request

`POST /payments/payment_request`

## Request body

- object
  - `module` 'INVOICE', required — Reference Module
  - `module_uid` string, required — UID for he module
  - `requested_amount` number, required — Amount to Create Payment Request
  - `email` string, required — Email notification sent to the customer with a payment link for completing the requested invoice payment.
  - `notes` string — Additional message or instructions included in the payment request email for the customer.
  - `email_config_uid` string — Unique identifier used to select the email configuration for sending the payment request.
  - `cc` string[] — List of email addresses to be included in the CC field of the payment email.
  - `bcc` string[] — List of email addresses to be included in the BCC field of the payment email.

## Response `200`

- object
  - `type` string
  - `title` string
  - `message` string
  - `data` object
    - `payment_request_uid` string
    - `payment_link` string
    - `status` string

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
