Retrieve a checkout session by ID
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
checkoutSessionId
string
required
accept
string
enum
Defaults to application/json
Generated from available response content types
application/jsonapplication/problem+json
Allowed:
application/json``application/problem+json
``200 Checkout session details retrieved successfully
``400 Bad Request
``401 Unauthorized
``403 Forbidden
``404 NotFound
``409 Conflict
``500 Internal Server Error
Updated 3 months ago
ShellNodeRubyPHPPython
Base URL
https://api.superpayments.com/2026-04-01/checkout-sessions/{checkoutSessionId}
xxxxxxxxxx
curl --request GET \
--url https://api.superpayments.com/2026-04-01/checkout-sessions/checkoutSessionId \
--header 'accept: application/json'