#mindsetinmeta

1 messages · Page 1 of 1 (latest)

vast gyroBOT
agile pond
#

Hi there, the checkout.session.completed event will be triggered.

royal hedge
#

any charge related events will be triggered?

agile pond
#

Please note that this event is to indicate the checkout session is completed, it doesn't necessarily means that the payment is succeeded.

#

If you are interested in payment result, you should listen to payment_intent.succeeded and payment_intent.payment_failed.

royal hedge
#

any of these will be triggered?

#

we are syncing payment history and are only listening to charge events

agile pond
#

Yes. I'll expect charge.succeeded, charge.updated, charge.pending and charge.failed to happen.