Skip to main content

Get Session Events

GET 

/public/gateway/v1/sessions/:id/events

Retrieves the traces (event logs) captured during the 3DS handling of a gateway session. The logs will contain events captured from both server and client side - The events from client side can be tampered with by the client.

Note: Traces are only retained for 7 days. If you need them beyond this period, fetch the traces after the session completes and store them in your own system.

The events are intended for human use during debugging, not for system-to-system parsing. The context field has no defined schema, and its structure may change at any time without notice. We strongly recommend that integrators do not rely on these events for automated processing.

Request

Responses

The list of captured traces.