#mindsetinmeta
1 messages · Page 1 of 1 (latest)
Hi there, the checkout.session.completed event will be triggered.
any charge related events will be triggered?
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.
any of these will be triggered?
we are syncing payment history and are only listening to charge events
Yes. I'll expect charge.succeeded, charge.updated, charge.pending and charge.failed to happen.