#Durrell
1 messages · Page 1 of 1 (latest)
Hello! The charge.failed Events are from the Payment Intent flow. You won't see those when Issuing cards are used for purchases outside your own account.
Thank you. So these are testing someone trying to send money into our Stripe account?
You probably want to listen to one or more of the issuing_authorization Events: https://stripe.com/docs/api/events/types#event_types-issuing_authorization.created
Correct.
Yes, we are listening for that event. Using the payment intent is a work around for testing purposes because the CLI doesn't seem to trigger the issuing_authorization.request event last time we spoke.