#alexesprit - ACH
1 messages · Page 1 of 1 (latest)
Hello, happy to help. What happens if you make that call without specifying payment_mehtod_types?
I think that that error is happening because us_bank_account is the type for our current ACH flow whereas Plaid is from our legacy flow
But if you are already specifying a PM I don't think you need to define the other types
Let me test it w/o payment_mehtod_types
@wooden gale quick note that we have been dealing with the same error message - #dev-help message
@marsh silo thank you for the reference
if it helps - as a temporary measure, our engineering team added specific error handling logic around this call - stripe.paymentMethods.retrieve(paymentId) as that is where the error was originating in our product. This at least is allowing our customers to keep using the app while Stripe figures out the root cause
@grizzled fog it's the same error if I omit payment_mehtod_types in Payment Intent creation inputs. However, I guess it's a known issue, and is being investigated right now.