#sunnylbk
1 messages · Page 1 of 1 (latest)
Hi there!
The invoice.paid event will have an Invoice payload.
The Invoice object contains a payment_intent property.
And the PaymentIntent object contains a payment_method property with all the information you want.
Got it. payment_intent is an id in the event, should we query the API with this id and get the details?
Correct, with https://stripe.com/docs/api/payment_intents/retrieve
Hum... that's odd. Can you try to refresh the page? It does work for me.