#nikos-webhook-events
1 messages · Page 1 of 1 (latest)
yes i use stripe checkout page
Then you should look at checkout.session.completed instead
1 min
Once you receive checkout.session.completed. Perform a Retrieve Checkout Session, expanding this parameter will get you the product detail: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items-data-price-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
at that point is it guaranteed that a successful payment had been made