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

# Get a single payment link

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

Return a single payment link

## Path parameters

- `id` string, required

## Response `200`

Payment link

- object
  - `id` string
  - `status` 'valid' | 'completed' | 'expired' | 'revoked'
  - `payment_status` 'not_paid' | 'initiated_in_success' | 'in_progress' | 'partially_initiated_in_success'
  - `user` object
    - `first_name` string — The user first name
    - `last_name` string — The user last name
    - `company_name` string — The company name
    - `email` string — The user email
    - `external_reference` ExternalReference — unresolved $ref
  - `link` string — Payment link's URL
  - `client_reference` string — A reference to link this link to your system (100 char. max)
  - `expired_at` string, date-time
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `transactions` object[]
    - `amount` number
    - `label` string
    - `execution_date` string, date — Date for which the payment is scheduled
    - `end_to_end_id` EndToEndId — unresolved $ref
    - `client_reference` string — A reference to link this transaction to your system
    - `currency` 'EUR'
    - `beneficiary` object
      - `first_name` string — The beneficiary first name
      - `last_name` string — The beneficiary last name
      - `company_name` string — The company name
      - `email` string — The beneficiary email
      - `iban` string — The beneficiary iban

---

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