Get Checkout Session

Retrieves the details of a specific checkout session using the provided session ID. The response includes the session object and may include an active transaction if one exists.

Query parameters

sessionIdstringRequiredformat: "uuid"
Unique identifier for the checkout session.

Response

Checkout session details retrieved successfully.
sessionobject
payerIdstringformat: "uuid"
Identifier for the payer associated with the session.
payerDetailsobject
activeTransactionobject

The current active transaction for this session (if any). Fields may vary depending on payment method and auth state.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error