get Credit Card Info
GET {{HostName}}/fof/config/v1/creditCardInfo?hotelId={{HotelId}}&reservationId={{ReservationId}}&cardId=22700&cardIdContext=OPERA&cardIdType=CreditCard&accessTransactionType=CheckIn
API to fetch the token in use for the reservation credit card payment method. First you can call getReservation operation to find the details which can then be used in the request parameters of this operation. cardId is mandatory.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hotelId | string | ||
reservationId | string | ||
cardId | number | ||
cardIdContext | string | ||
cardIdType | string | ||
accessTransactionType | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |