next-stripe
next-stripe copied to clipboard
Add Support for retrieveCheckoutSession & customers
Would be great if you could also provide support for retrieveCheckoutSession
& customers
const session = await stripe.checkout.sessions.retrieve(req.query.session_id);
const customer = await stripe.customers.retrieve(session.customer);