Skip to main content
Retrieve the current status and details of a checkout session. Use this endpoint to verify whether a session was completed after the user is redirected back to your application. Only sessions belonging to your developer account can be accessed.

Path Parameters

string
required
Session ID returned from the create checkout session endpoint

Response Fields

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found


Use this endpoint to verify session status after the user is redirected back to your application. If the redirect includes status=completed, you can call this endpoint to confirm and retrieve full session details. Treat webhooks as the source of truth for escrow state; this endpoint is for session-level verification.