GET
/
v3
/
billing
/
checkout-sessions
/
{sessionId}
Get Checkout Session
curl --request GET \
  --url http://127.0.0.1:3333/v3/billing/checkout-sessions/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "customerEmail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sessionId
string
required

Response

Default Response

status
string | null
required
customerEmail
string | null