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

Changes

No recorded changes to this endpoint across all 1 revision of this API.