Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The checkout Uid
Retrieves all available details about a specific checkout session using its unique identifier. This includes the customer information, transaction status, payment method used, transaction details. It is typically used after a checkout has been completed, allowing the merchant to verify the result of the payment process.
This endpoint is useful for confirming success/failure, displaying confirmation messages, or reconciling records in your system based on the outcome of the hosted checkout.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The checkout Uid