---
title: "paymentLink"
method: POST
path: "/v2/paymentLink"
tags: ["Create & Manage Transactions"]
---

# paymentLink

`POST /v2/paymentLink`

Send a payment link via SMS to the specified phone number for the given merchant.

<details>
<summary><strong>Error Glossary</strong> (click to expand)</summary>

| Code | HTTP Status | Message |
|------|-------------|-------------|
| `AP009` | 401 | Unauthorized |
| `AP101` | 401 | No authenticated user |
| `AP204` | 200 | Location does not belong to merchant |
| `AP207` | 200 | No merchant found |
| `AP208` | 200 | Failed to fetch location for uuid |
| `AP209` | 200 | Location uuid does not match merchant |
| `AP700` | 400 | Missing or invalid required parameter |

</details>

## Headers

- `Content-Type` string, required
- `Accept` string
- `authorization` string, required

## Request body

- object
  - `merchantId` string, required — The unique identifier for the merchant.
  - `phone` string, required — The user's phone number to send the payment link to.

## Response `200`

Success - Payment Link Sent

- object
  - `message` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/revisions/4700c4ceeaad/schema)
