#Peta Stewart
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
No need to listen to the charge.succeeded if you want just to make sure that the payment was done successfully, the event payment_intent.succeeded is enough. Also, you'll get the related charge to the PaymentIntent with that event:
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges
OK, great thanks