#isoaxe-ACH-plaid
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Give me a moment to catch up here
Sure.
I'm using us_bank_account for the type field when creating the PaymentIntent. See here: https://stripe.com/docs/api/payment_methods/create#create_payment_method-us_bank_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the same problem I have. So, I`m able to create bank account source with plaid token, but don't know how to create PaymentMethod.
I'm not the only one then, haha.
Server is a little busy today ๐
Taking a look now
isn't there any ability to pass plaid token to the payment method create request? something like:
I think the stripe_bank_account_token created by the Plaid client is only used to create a new source on the customer object.
Hi both! Jumping in for @mortal topaz here as they need to step away. As you noted, Plaid is for creating tokens and bank account objects. This is for our legacy ACH integration (docs here: https://stripe.com/docs/ach-deprecated). We just recently launched our new ACH integration which uses PaymentMethods and has built in verification! Docs here: https://stripe.com/docs/payments/ach-debit/accept-a-payment. Tl;dr -- you wouldn't use Plaid with PaymentMethods, only with the legacy integration.
is there build-in instant verification for ACH or only verification with micro-deposits?
There is instant-verification available with the new integration!
So is Stripe moving away from Plaid going forward?
The legacy integration still works if you prefer using Plaid, but the new integration will not use Plaid correct.
I was only using Plaid to take advantage of instant verification. But now that Stripe takes care of that, it seems redundant. I'm assuming it's for that reason that Stripe are no longer working with Plaid in their modern integration.
Is there a way to use Stripe`s instant verification for external bank account setup ?
like here using plaid
No that's not possible today.
Can I ask is all of this very recent? I could swear that when I started integrating Plaid, it wasn't listed as legacy...
Yes, the new integration launched two weeks ago ๐
I'm not going mad then, that's good news! Ok I'll look into that new way of doing things and ditch Plaid if it's becoming legacy.