Indox Auth API - OSLLM AI
string · required
Stripe checkout return callback. Backend verifies payment then redirects to frontend.
GET
/auth/api/v1/billing/purchase_initiate/callback/
Stripe Checkout redirect target.
Stripe sends the user here after payment (success or cancel). We:
- Fetch the Checkout Session from Stripe using the secret key
- Reuse the common completion logic (same as webhook) to finalize purchase
- Redirect browser to the original next_url (if provided) or fallback frontend page
query Parameters
session_idresultStripe checkout return callback. Backend verifies payment then redirects to frontend. › Responses
200
OK
No data returned