#christory

1 messages · Page 1 of 1 (latest)

smoky breachBOT
near mountain
#

Hi, do you have an ID for that declined ACH?

near zinc
#

py_3LzsJJHTHZMmFuxl0p33OYHY

#

"outcome":{"network_status":"approved_by_network","reason":null,"risk_level":"not_assessed","seller_message":"Payment complete.","type":"authorized"},"paid":false,

near mountain
#

I can see this charge belongs to a PaymentIntent pi_3LzsJJHTHZMmFuxl0U8kSaKa and it has the last_payment_error

#

failure_code = insufficient_funds

near zinc
#

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

near mountain
#

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

near zinc
#

yeah, I was afraid that was going to be the response lol. it's a pretty niche situation.

#

thanks for the confirmation!

near mountain
#

Didn't 000222222227 do the trick? just curious

#

NSF/insufficient funds

near zinc
#

nah, that was one of the ones I attempted in my previous tries. the outcome is fully populated in that response

near mountain
#

Sorry :/