Retrieve Stripe Checkout Session by ID
If you need to get information about a Stripe checkout session, you can use the returned session_id parameter on the success and cancel urls to call this endpoint and get access to the Stripe checkout session object, documented on Stripe's API docs.
Header Parameters
X-API-Keystring
Authorizationstring
Path Parameters
sessionIdstring Required
The Stripe checkout session ID
Response
200
Object
Checkout session details
401
Object
Unauthorized - Invalid API key or JWT
Response Attributes
messagestring
Error message
codestring
Error code
detailsobject
Additional error details
500
Object
Server error - check errors field for specific error type
Response Attributes
errorsstring Required
Error code identifying the type of error
Enum values:
bad_requestunauthorizedforbiddennot_found500incorrect_datanot_memberalready_memberincorrect_stripe_signatureincorrect_stripe_event... 4 other enums
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?