Skip to main content

travelDetails

These are the Amex-specific travel details.

isAirTravelboolean

This indicates whether the transaction is an air travel related purchase, e.g., a ticket purchase

Default value: false
airlineCarrierstring

This is the selected airline carrier.

Possible values: <= 256 characters

departureDatedate

This is the date of departure in the time zone of the departure location. The ISO 8601 date format is expected, i.e., YYYY-MM-DD.

destinationstring

This is the airport code of the destination airport.

Possible values: <= 5 characters

originstring

This is the airport code of the originating airport.

Possible values: <= 5 characters

passengerFirstNamestring

This is the first name of the cardholder from the billing details.

Possible values: <= 99 characters

passengerLastNamestring

This is the last name of the cardholder from the billing details.

Possible values: <= 99 characters

travelDetails
{
"isAirTravel": false,
"airlineCarrier": "string",
"departureDate": "2024-07-29",
"destination": "string",
"origin": "string",
"passengerFirstName": "string",
"passengerLastName": "string"
}