---
title: "Gets a booking's payment link"
method: GET
path: "/v2/reservations/bookings/{id}/quote/paymentLink"
tags: ["Reservations"]
---

# Gets a booking's payment link

`GET /v2/reservations/bookings/{id}/quote/paymentLink`

Retrieve the next payment link for 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/versions/ddf40757d411/schema)
