#christory
1 messages · Page 1 of 1 (latest)
Hi, do you have an ID for that declined ACH?
py_3LzsJJHTHZMmFuxl0p33OYHY
"outcome":{"network_status":"approved_by_network","reason":null,"risk_level":"not_assessed","seller_message":"Payment complete.","type":"authorized"},"paid":false,
I can see this charge belongs to a PaymentIntent pi_3LzsJJHTHZMmFuxl0U8kSaKa and it has the last_payment_error
failure_code = insufficient_funds
yeah, our integration is properly recognizing it as a failed charge, but our alerting system is bugging out because of the null reason in the outcome object
I have a pr to fix our integration's alerting mechanism but I can't repro the issue in the test env to really test my fix
Sorry to hear that :/ I would try to mock Stripe response on write test on any possible failure code, but agree that a Test Account number would be nice
yeah, I was afraid that was going to be the response lol. it's a pretty niche situation.
thanks for the confirmation!
nah, that was one of the ones I attempted in my previous tries. the outcome is fully populated in that response
Sorry :/