Feature #5500
closedIntegrate functionality to fetch and display Stripe Checkout session details using the session ID after a successful payment.
Description
Use the CHECKOUT_SESSION_ID returned from Stripe to fetch session details via Stripe's API (stripe.checkout.sessions.retrieve()).
Ensure metadata, payment status, customer info, amount, currency, and line items are retrieved.
Subtasks
Related issues