v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Reservations

Refund an existing payment

Use this endpoint to refund a guest's payment charged on an existing reservation.

post/reservations/{id}/payments/{paymentId}/refund

Path parameters

idstring required

Reservation ID

paymentIdstring required

Payment ID

Request body

amountnumber required
notestring

Example request

{
  "amount": 100,
  "note": "Free text"
}

Response

Retrieve the updated reservation payments

paymentProviderIdstring