---
title: "POST /payment-api/v2/payment/sendPaymentLink"
method: POST
path: "/payment-api/v2/payment/sendPaymentLink"
tags: ["Payment"]
---

# POST /payment-api/v2/payment/sendPaymentLink

`POST /payment-api/v2/payment/sendPaymentLink`

## Headers

- `Authorization` string, required
- `MerchantId` string

## Request body

- SendPaymentEmailDto
  - `merchantId` integer
  - `paymentIntentId` integer
  - `transactionId` string, nullable
  - `emailType` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37

## Response `200`

Success

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public-3.md) · [All operations](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iolpay/iolpay-payment-api-public-3/revisions/15a2239f09fc/schema)
