#vijju
1 messages · Page 1 of 1 (latest)
i want to identify for which phase the payment has done. i'm not able to see any unique key to identify for which phase payment has done in webhook events (charge.succeeded, payment_intent.succeeded)
Try check eventinvoice.paidand refer to its lines:
https://stripe.com/docs/api/invoices/object#invoice_object-lines
thanks i will check it