#paragonn_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1234478731276587038
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
ACH v2 (us_bank_account) no longer supports Plaid. We use our own in-house bank connectors now via Financial Connections
Payment Element has all that fucntionality built-in
Do you have existing Plaid payment methods or something?
Yes we have been using Plaid for some time now
Is there no way to continue to use Plaid?
Not on newer APis no
There might be a process/toolkit to help your migrate those existing banking details to new rails with us, but you'd need to speak to support about access
ok--is there documentation on how to switch? I need to access the level of effort so that I can report back to my employer?
I believe it's this: https://docs.stripe.com/payments/ach-debit/migrating-from-another-processor#manual-bank-account-migration
But the parameters require account approval
ok i will check it out
That'll create a new Payment Method (pm_xxx) ID that is usable with intents
ok--does it work the same as Plaid did
Plaid has this modal that appears that creates the connection to the bank and then I just have to pass a token to Stripe
It works really well and I would hate to have to switch to a solution that doesn't provide a modal like that?
ok I will check it out
is it still a modal? we are using a custom payment flow and the popup allowed the user to stay on the page and when the completed the modal they would be redirected to the Thank You page, but if there was a problem they would still be on the payment page and an error message would be displayed
Yep, should be
thanks!
What was the last Stripe API version that supported Plaid?
Likely my employer will want to delay until that part of the project until next year (due to budget constraints)
It's not an API version specific issue really
The APIs you're using today are still 'supported' for backwards compatibility, they're just deprecated and we recommend migrating to the new APIs
i see -- so it more it is more it won't work with the new features such as Payment Intents?
Yes, exactly