---
title: "Get payment link"
method: GET
path: "/v3/payment-links/{id}"
tags: ["Payment links"]
---

# Get payment link

`GET /v3/payment-links/{id}`

Retrieves payment link details.

This API must be called using a backend bearer token.

## Path parameters

- `id` string, required — Unique ID for the Payment Link

## Response `200`

Payment Link

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Payment Link Not Found
- `429` — Rate Limit Exceeded
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
