SSE stream for checkout session status. Emits session_update events whose data payload matches the GET /checkout-sessions/:sessionId response body, with additional event metadata fields.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
API Key
Add parameter in header
X-Business-ID
Example:
X-Business-ID: ********************
or
Path Params
Responses
🟢200OK
Default Response
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/v1/sse/session/' \
--header'X-API-Key: <api-key>' \
--header'X-Business-ID: <api-key>'