Get Checkout Session
Returns the Checkout Session with the given id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the Checkout Session to retrieve
Response
Identifier that can be used to retrieve the Checkout Session
Amount of carbon credits to be purchased upon checkout completion, in kilograms
Total price to be charged upon checkout completion, in USD cents
URL the customer will be redirected to after they complete Checkout.
URL the customer will be redirected to if they click the "back" button in Checkout.
URL to the Checkout Session. Redirect the customer to this URL to take them to Checkout.
The status of the Checkout Session, one of open
, complete
, or expired
.
open
- The checkout session is still in progress. Payment processing has not started.complete
- The checkout session is complete. Payment processing may still be in progress.expired
- The checkout session has expired. No further processing will occur.
Timestamp of when the session will expire.
Timestamp of when the session was completed. Null if session has not been completed.
Id of the portfolio the customer will purchase from when completing Checkout.
Id of the subaccount associated with the customer
Description to be associated with the order created from this session.
Webhook URL for updates to the order created from this session.