#Stone.D-checkout
1 messages · Page 1 of 1 (latest)
Hello! Webhook event ordering is not something we guarantee (see https://stripe.com/docs/webhooks/best-practices#event-ordering)
Thanks, I see.
In my scenarios, Can i get subscription and invoice informartion on recieving checkout.session.completed
Yup! The checkout.session.completed event will have a Checkout Session where subscription should be set, which you can then retrieve
Ok, what about invoice information?
You can also get the when you retrieve the Subscription - if you expand latest_invoice on the Subscription, it should also give back the full Invoice