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
payerIdstring or nullformat: "uuid"
Identifier for the payer associated with the session.
payerDetailsobject or null
activeTransactionobject or null

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

Errors