#bean-checkout
1 messages ยท Page 1 of 1 (latest)
๐ Happy to help
If you use Checkout Session, you'll receive checkout.session.completed after the payment is paid successfully. You can then use Checkout Session retrieval API with expanding line_items field to get the items included:
- Checkout Session retrieval: https://stripe.com/docs/api/checkout/sessions/retrieve
- Expand
line_itemsfield: https://stripe.com/docs/api/expanding_objects
great! thank you so much!
No problem! Happy to help ๐