Skip to main content
After a user completes payment, use this endpoint to find out what they bought.

Endpoint

Parameters

string
required
The Stripe Checkout session ID from the redirect URL
string
required
Your project’s Share ID (to find the Stripe account)

Response

string
Name of the purchased plan (e.g. “Pro” or “Custom Plan”)
boolean
Whether this was a custom plan
number
Total amount charged
string
Currency code
string
Customer’s email address
string
“month” or “year”
string
Stripe subscription ID
object
Contains planId (regular plans) or featureDetails_* keys (custom plans)

Example