#atanas - ACH failures
1 messages · Page 1 of 1 (latest)
Yes that's right, i would expect it to revert to requires_payment_method following the payment_intent.payment_failed event
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-confirm-paymentintent-succeeded
The charge object should include any information about the reason (decline codes etc) -- I suggest testing this oput with the test accounts here to see the behaviour:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#test-account-numbers
Thanks - One more question, ACH is not considered a redirect based payment method right? Context is and specifically being able to set redirect to "if_required" https://stripe.com/docs/js/setup_intents/confirm_setup
No, its not, as far as i know
Great, just wanted to double check, didn't seem like it from my testing either.
atanas - ACH failures