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
Authorization
Example:
Authorization: ********************
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'Authorization: <api-key>'