Adyen · Schema

AdditionalDataLodging

PaymentsFinancial ServicesFintech

Properties

Name Type Description
lodging.checkInDate string The arrival date. * Date format: **yyyyMmDd**. For example, for 2023 April 22, **20230422**.
lodging.checkOutDate string The departure date. * Date format: **yyyyMmDd**. For example, for 2023 April 22, **20230422**.
lodging.customerServiceTollFreeNumber string The toll-free phone number for the lodging. * Format: numeric * Max length: 17 characters. * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any
lodging.fireSafetyActIndicator string Identifies that the facility complies with the Hotel and Motel Fire Safety Act of 1990. Must be 'Y' or 'N'. * Format: alphabetic * Max length: 1 character
lodging.folioCashAdvances string The folio cash advances, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: numeric * Max length: 12 characters
lodging.folioNumber string The card acceptors internal invoice or billing ID reference number. * Max length: 25 characters. * Must not start with a space *Must not be all zeros.
lodging.foodBeverageCharges string Any charges for food and beverages associated with the booking, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: numeric * Max length: 12 characters
lodging.noShowIndicator string Indicates if the customer didn't check in for their booking. Possible values: * **Y**: the customer didn't check in * **N**: the customer checked in
lodging.prepaidExpenses string The prepaid expenses for the booking. * Format: numeric * Max length: 12 characters
lodging.propertyPhoneNumber string The lodging property location's phone number. * Format: numeric. * Min length: 10 characters * Max length: 17 characters * For US and CA numbers must be 10 characters in length * Must not start with a
lodging.room1.numberOfNights string The total number of nights the room is booked for. * Format: numeric * Must be a number between 0 and 99 * Max length: 4 characters
lodging.room1.rate string The rate for the room, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: numeric * Max length: 12 characters * Must not be a negative number
lodging.totalRoomTax string The total room tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: numeric * Max length: 12 characters * Must not be a negative number
lodging.totalTax string The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: numeric * Max length: 12 characters * Must not be a negative number
travelEntertainmentAuthData.duration string The number of nights. This should be included in the auth message. * Format: numeric * Max length: 4 characters
travelEntertainmentAuthData.market string Indicates what market-specific dataset will be submitted. Must be 'H' for Hotel. This should be included in the auth message. * Format: alphanumeric * Max length: 1 character
View JSON Schema on GitHub

JSON Schema

adyen-additionaldatalodging-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdditionalDataLodging",
  "title": "AdditionalDataLodging",
  "properties": {
    "lodging.checkInDate": {
      "description": "The arrival date.\n* Date format: **yyyyMmDd**. For example, for 2023 April 22, **20230422**.",
      "type": "string"
    },
    "lodging.checkOutDate": {
      "description": "The departure date.\n* Date format: **yyyyMmDd**. For example, for 2023 April 22, **20230422**.",
      "type": "string"
    },
    "lodging.customerServiceTollFreeNumber": {
      "description": "The toll-free phone number for the lodging.\n* Format: numeric\n* Max length: 17 characters.\n* For US and CA numbers must be 10 characters in length\n* Must not start with a space\n* Must not contain any special characters such as + or -\n*Must not be all zeros.",
      "type": "string"
    },
    "lodging.fireSafetyActIndicator": {
      "description": "Identifies that the facility complies with the Hotel and Motel Fire Safety Act of 1990. Must be 'Y' or 'N'.\n* Format: alphabetic\n* Max length: 1 character",
      "type": "string"
    },
    "lodging.folioCashAdvances": {
      "description": "The folio cash advances, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Format: numeric\n* Max length: 12 characters",
      "type": "string"
    },
    "lodging.folioNumber": {
      "description": "The card acceptors internal invoice or billing ID reference number.\n* Max length: 25 characters.\n* Must not start with a space\n*Must not be all zeros.",
      "type": "string"
    },
    "lodging.foodBeverageCharges": {
      "description": "Any charges for food and beverages associated with the booking, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Format: numeric\n* Max length: 12 characters",
      "type": "string"
    },
    "lodging.noShowIndicator": {
      "description": "Indicates if the customer didn't check in for their booking.\n Possible values: \n* **Y**: the customer didn't check in \n* **N**: the customer checked in",
      "type": "string"
    },
    "lodging.prepaidExpenses": {
      "description": "The prepaid expenses for the booking.\n* Format: numeric\n* Max length: 12 characters",
      "type": "string"
    },
    "lodging.propertyPhoneNumber": {
      "description": "The lodging property location's phone number.\n* Format: numeric.\n* Min length: 10 characters\n* Max length: 17 characters\n* For US and CA numbers must be 10 characters in length\n* Must not start with a space\n* Must not contain any special characters such as + or -\n*Must not be all zeros.",
      "type": "string"
    },
    "lodging.room1.numberOfNights": {
      "description": "The total number of nights the room is booked for.\n* Format: numeric\n* Must be a number between 0 and 99\n* Max length: 4 characters",
      "type": "string"
    },
    "lodging.room1.rate": {
      "description": "The rate for the room, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Format: numeric\n* Max length: 12 characters\n* Must not be a negative number",
      "type": "string"
    },
    "lodging.totalRoomTax": {
      "description": "The total room tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Format: numeric\n* Max length: 12 characters\n* Must not be a negative number",
      "type": "string"
    },
    "lodging.totalTax": {
      "description": "The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Format: numeric\n* Max length: 12 characters\n* Must not be a negative number",
      "type": "string"
    },
    "travelEntertainmentAuthData.duration": {
      "description": "The number of nights. This should be included in the auth message.\n* Format: numeric\n* Max length: 4 characters",
      "type": "string"
    },
    "travelEntertainmentAuthData.market": {
      "description": "Indicates what market-specific dataset will be submitted. Must be 'H' for Hotel. This should be included in the auth message.\n\n* Format: alphanumeric\n* Max length: 1 character",
      "type": "string"
    }
  },
  "type": "object"
}