Payments
- Transactions
- Buyers
- Checkout Sessions
- Payment options
- Payouts
- Refunds
- Sessions
- Settlement records
Instruments
- Card schemes
- Digital wallets
- Gift cards
- Payment methods
- Payment method definitions
Vault
- Account updater
- Network tokens
- Payment service tokens
- Vault Forward
- Vault Forward endpoints
- Vault Forward authentication
Connections
- All services
- Payment services
- Digital wallets
- Anti-fraud services
Dashboard
- Flow
- Reports
- Report executions
Get checkout session
Gets details about a current Checkout Session.
This endpoint requires the checkout-sessions.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a Checkout Session.
Response
A short-lived checkout session.
checkout-session
.
checkout-session
The ID of the Checkout Session.
The date and time when the Checkout Session will expire. By default this will be set to 1 hour from the date of creation.
An array of cart items that represents the line items of a transaction.
The name of the cart item. The value you set for this property may be truncated if the maximum length accepted by a payment service provider is less than 255 characters.
255
The quantity of this item in the cart. This value cannot be negative or zero.
1 < x < 99999999
The amount for an individual item represented as a monetary amount
in the smallest currency unit for the given currency, for example
1299
USD cents represents $12.99
.
The amount sent through to the payment processor as unitary amount
will be calculated to include the discount and tax values sent
as part of this cart item.
0 < x < 99999999
The amount discounted for this item represented as a monetary amount
in the smallest currency unit for the given currency, for example 1299
USD cents represents $12.99
.
Please note that this amount is for the total of the cart item and not for an individual item. For example, if the quantity is 5, this value should be the total discount amount for 5 of the cart item.
You might see unexpected failed transactions if the discount_amount
can
not be equally divided by the quantity
value. This is due to the fact
that some payment services require this amount to be specified per unit.
In this situation we recommend splitting this item into separate items, each with their own specific discount.
0 < x < 99999999
The tax amount for this item represented as a monetary amount
in the smallest currency unit for the given currency, for example 1299
USD cents represents $12.99
.
Please not that this amount is for the total of the cart item and not for an individual item. For example, if the quantity is 5, this value should be the total tax amount for 5 of the cart item.
You might see unexpected failed transactions if the tax_amount
can
not be equally divided by the quantity
value. This is due to the fact
that some payment services require this amount to be specified per unit.
In this situation we recommend splitting this item into separate items, each with their own specific tax amount.
0 < x < 99999999
An external identifier for the cart item. This can be set to any value and is not sent to the payment service.
200
The SKU for the item.
200
The product URL for the item.
2083
The URL for the image of the item.
2083
A list of strings containing product categories for the item. Max length per item: 50.
The product type of the cart item.
physical
, discount
, shipping_fee
, sales_tax
, digital
, gift_card
, store_credit
, surcharge
Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
Contains information about an airline travel, if applicable.
The Passenger Name Record (PNR) in the airline reservation system.
1 - 50
The unique identifier of the reservation in the global distribution system.
1 - 50
The airline's unique ticket number.
1 - 50
The delivery method of the ticket.
electronic
, other
The date that the ticket was last issued in the airline reservation system.
The address of the place/agency that issued the ticket.
1 - 255
The IATA travel agency code.
1 - 50
The name of the travel agency.
1 - 200
The reference number of the invoice that was issued by the travel agency.
1 - 50
The name of the travel agency plan.
1 - 200
Indicates whether the ticket is restricted (refundable).
For airline aggregators, two-character IATA code of the airline issuing the ticket.
2
The name of the reservation system.
1 - 200
An array of the travelling passengers.
Title of the passenger.
1 - 50
The first name(s) or given name of the passenger.
1 - 255
The last name, or family name, of the passenger.
1 - 255
The email address of the passenger.
1 - 320
The phone number of the passenger. This number is formatted according to the E164 number standard.
1 - 50
The passenger's unique passport number.
1 - 50
The ticket number for a flight.
1 - 50
The passenger's frequent flyer number.
5 - 50
The passenger's date of birth.
adult
, infant
An array of separate trip segments. Each leg contains detailed itinerary information.
2 character airline code as set by IATA.
2
Unique identifier of the flight number.
3 - 6
The date and time of travel in local time at the departure airport.
Departure country code in ISO 3166 format.
2
Departure city name.
1 - 100
Departure airport code of leg. 3-letter ISO code according to IATA official directory.
3
The date and time of travel in local time at the arrival airport.
Arrival country code in ISO 3166 format.
2
Arrival city name.
1 - 100
Arrival airport code of leg. 3-letter ISO code according to IATA official directory.
3
The alphanumeric code for the "booking class" of a ticket.
1 - 8
Indicates service class (first class, business class, etc.).
1 - 5
Indicates whether a stopover is allowed on this ticket.
The route type of the flight.
round_trip
, one_way
Coupon number associated with the leg.
1 - 50
Amount of the ticket, for current leg of the trip, excluding taxes and fees.
0 < x < 99999999
Fee amount for current leg of the trip.
0 < x < 99999999
Amount of the taxes for current leg of the trip.
0 < x < 99999999
Departure tax amount charged by a country when a person is leaving the country.
0 < x < 99999999
Details about the payment method for card type only.
Unique ID for the payment method.
Payment method type.
card
The scheme/brand of the card.
accel
, amex
, bancontact
, carte-bancaire
, cirrus
, culiance
, dankort
, diners-club
, discover
, eftpos-australia
, elo
, hipercard
, jcb
, maestro
, mastercard
, mir
, nyce
, other
, pulse
, rupay
, star
, uatp
, unionpay
, visa
Last four digits of PAN.
The unique hash derived from the payment method identifier (e.g. card number).
Was this page helpful?