v1
latestOpenAPI 3.0.32026-07-2632131.4 MBReservations
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
Example request
{
"amount": 100,
"note": "Free text"
}Response
Retrieve the updated reservation payments