#logan100
1 messages ยท Page 1 of 1 (latest)
HI ๐
What is the event that you are listening for?
Payment Intent
Not sure if thats the best way to do this, however Payment Intent has all my metadata so I was listening for that
Unless maybe I should listen for checkout session complete and fetch the payment intent from that instead?
The checkout.session.completed is the event that will include the Checkout Session ID
and it will have the related Payment Intent ID as part of the Checkout Session object
Happy to help ๐