#Võ Nhật Thanh
1 messages · Page 1 of 1 (latest)
Hi
What is the exact issue you are facing ?
You can use this API in order to fetch all Checkout Session items:
https://stripe.com/docs/api/checkout/sessions/line_items
I want to track billing in case 'payment_failed', but in this case, I dont see any event to get session checkout id to get line_items
In specific, I can not get sessionId in webhook
Ah good point. I can't find a failure event that can give you directly the Checkout Session Id.
If you want more custom integration and get items from failure, I think you need to implement a more customizable integration (like using PaymentIntent and Payment Elements, or Invoices API)