#Fire
1 messages · Page 1 of 1 (latest)
Each Payment Intent has a Charge attached to it, so that's the relationship between the 2 objects. Not sure if that answers your question, but you may be able to infer the answer knowing that.
can a payment succeed and a charge fail? for example
No. If a Payment Intent succeeds, then the Charge does too
so if I listen to charge webhooks its enough to capture both events since both data will be present?