Retrieves details of a completed Stripe checkout session for displaying a purchase confirmation screen. Verifies the session belongs to the authenticated user.
JWT token passed in x-access-token header
Stripe checkout session ID (from the success URL redirect)
Checkout result retrieved successfully
true
Package display name (e.g., 'Silver', 'Pro')
"Pro"
Number of credits added to the account
500
Total amount charged in cents
5000
Three-letter ISO currency code
"usd"
Name of the account credited (institution name or 'Personal')
"Personal"
Stripe payment status
paid, unpaid, no_payment_required "paid"
Stripe checkout mode
payment, subscription "payment"