next-stripe icon indicating copy to clipboard operation
next-stripe copied to clipboard

Add Support for retrieveCheckoutSession & customers

Open surjithctly opened this issue 3 years ago • 0 comments

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);

surjithctly avatar Jul 05 '21 14:07 surjithctly