#b33fb0n3
1 messages ยท Page 1 of 1 (latest)
Do you mean you would like to find out the product that customer pays for in the Webhook event?
yes ๐
I saw the events for checkouts and paymentintents and for charge
Thanks for sharing the details. After receiving checkout.session.completed event, your system can make an additional Checkout Session Line Item Retrieval request to find out the details of the products in a Checkout Session: https://stripe.com/docs/api/checkout/sessions/line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's nice! Can I somehow retrieve an id to the product or price or whatever without making an additional call to stripe?
No, I'm afraid that will not be possible without additional request
Alright, thanks for your help ๐