#alexesprit - ACH

1 messages · Page 1 of 1 (latest)

grizzled fog
#

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

wooden gale
#

Let me test it w/o payment_mehtod_types

marsh silo
#

@wooden gale quick note that we have been dealing with the same error message - #dev-help message

wooden gale
#

@marsh silo thank you for the reference

marsh silo
#

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

wooden gale
#

@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.

grizzled fog
#

Good catch, thank you for the assist @marsh silo . I missed that incident, my apologies

#

Yes, thanks for your patience. Glad we are on it but apologies I missed that earlier