---
title: "Retrieves the payment link URL for a booking's quote."
method: GET
path: "/v1/reservation/booking/{id}/quote/paymentLink"
tags: ["Reservations"]
---

# Retrieves the payment link URL for a booking's quote.

`GET /v1/reservation/booking/{id}/quote/paymentLink`

Returns the URL to the payment page for the current quote of a booking.

## Path parameters

- `id` integer, required

## Response `200`

OK

- LodgifyApiPublicReservationsModelsV12PaymentLinkDto — Represents a generated payment link for a booking.
  - `url` string, nullable — The URL address of the payment page where the transaction can be completed.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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