---
title: "Create general payment link"
method: POST
path: "/v1/pay/general"
tags: ["General Payment Links"]
---

# Create general payment link

`POST /v1/pay/general`

## Request body

- CreateGeneralPaymentLinkRequest
  - `metadata` LineItem[], required
    - `name` string, required
    - `amount` number, required
    - `quantity` number, required
  - `feeBearer` 'MERCHANT' | 'CUSTOMER'
  - `taxChargeable` 'INCLUSIVE' | 'EXCLUSIVE'
  - `taxEnabled` boolean

## Response `201`

General payment link.

- GenericResponse
  - `status` boolean
  - `message` string
  - `code` integer
  - `data` unknown

---

[API](https://skmtc.net/kyshi/apis/kyshi-mor-public-api.md) · [All operations](https://skmtc.net/kyshi/apis/kyshi-mor-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kyshi/kyshi-mor-public-api/revisions/3c46fabe8df7/schema)
