---
title: "Creates a payment link for a booking"
method: POST
path: "/v1/reservation/booking/{id}/quote/paymentLink"
tags: ["Reservations"]
---

# Creates a payment link for a booking

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

Generates a payment link for the booking. Returns false if the amount cannot be enforced due to pending schedules.

## Path parameters

- `id` integer, required

## Request body

- LodgifyApiPublicReservationsModelsV12CreatePaymentLinkDto — Represents the amount to be paid through the website
  - `amount` number, double — Amount to request

## Response `201`

Created

- boolean

## 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)
