Last updated

Extra Merchant Data


The Checkout, and Customer Token APIs expect the attachment.body property to have a string value containing a serialized JSON object, whose structure is reflected by the following JSON schema.

Supported Fields

Field NameTypeDescription
air_reservation_detailsArray of objectsInformation about air travel reservations and passengers.
bus_reservation_detailsArray of objectsInformation about bus travel reservations and passengers.
train_reservation_detailsArray of objectsInformation about train travel reservations and passengers.
ferry_reservation_detailsArray of objectsInformation about ferry travel reservations and passengers.
hotel_reservation_detailsArray of objectsInformation about hotel room reservations.
trip_reservation_detailsArray of objectsInformation about trip reservations that include multiple services, such as flight, hotel, and train reservations, where details are unavailable at the time of booking.
car_rental_reservation_detailsArray of objectsInformation about car rentals and drivers.
eventArray of objectsInformation about events, including venue and ticket details. Can be used for all types of events, including entertainment and educational ones.
voucherArray of objectsInformation about purchased vouchers.
marketplace_seller_infoArray of objectsInformation about merchants selling goods in marketplaces.
marketplace_winner_infoArray of objectsInformation about customers purchasing goods in marketplaces.
customer_account_infoArray of objectsInformation about customers registered in merchant stores.
payment_history_fullArray of objectsDetailed information about purchases made by registered customers in a merchant's store.
payment_history_simpleArray of objectsBasic information about customers who made at least one purchase in a merchant's store.
in_store_paymentArray of objectsInformation about in-store payments.
customer_tokensArray of objectsInformation about customer tokens used for subscription charges.
other_delivery_addressArray of objectsInformation about alternative non-residential delivery addresses, such as stores or pick-up points.

For more details, refer to the JSON schema.