get Authorization History
GET {{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{reservationId}}/authorizationHistory?includeRefunds=true&includeFailures=false&includePayments=true&folioView=1&type=Reservation&includeAuthorizations=false
Fetch any credit card authorization information associated to a reservation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeRefunds | boolean | ||
includeFailures | boolean | ||
includePayments | boolean | ||
folioView | number | ||
type | string | ||
includeAuthorizations | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelId | string | ||
x-app-key | string |