Checkout Sessions API

Get Checkout Session

🚧 Beta feature

This feature is currently in private beta, and the final specification may still change.

Retrieve a Checkout Session to view its details and status to inform your customers about the checkout process.

get/v2/sessions/{sessionId}

Headers

idempotency-keystring
Example:123e4567-e89b-12d3-a456-426

A unique key to ensure idempotent requests. This key should be a UUID v4 string.

Response

The Checkout Session object.

Changes

Changed in 4 of the 79 revisions of this API.6

    • api tag Checkout Sessions API added

      api-tag-added

    • api tag Sessions API removed

      api-tag-removed

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the non-success response with the status

      response-non-success-status-added

    • the endpoint scheme security advancedAccessToken was added to the API

      api-security-added

    • the endpoint scheme security organizationAccessToken was removed from the API

      api-security-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 79 revisions, 9 have no diff computed.