---
title: "POST /api/PaymentLink/insert"
method: POST
path: "/api/PaymentLink/insert"
tags: ["Payment Links"]
---

# POST /api/PaymentLink/insert

`POST /api/PaymentLink/insert`

## Request body

- PaymentLinkInsert
  - `url_Title` string, nullable
  - `amount` number, double
  - `currency` string, nullable
  - `lang` string, nullable
  - `isOpenAmount` boolean
  - `inActive` boolean
  - `min_Amount` number, double
  - `max_Amount` number, double
  - `comment` string, nullable
  - `terms_Condition_Enabled` boolean
  - `terms_Condition` string, nullable

## Response `200`

Success

---

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