#paragonn_api

1 messages ¡ Page 1 of 1 (latest)

weak frigateBOT
#

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

true wadiBOT
radiant yew
#

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?

digital reef
#

Yes we have been using Plaid for some time now

#

Is there no way to continue to use Plaid?

radiant yew
#

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

digital reef
#

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?

radiant yew
digital reef
#

ok i will check it out

radiant yew
#

That'll create a new Payment Method (pm_xxx) ID that is usable with intents

digital reef
#

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?

radiant yew
digital reef
#

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

radiant yew
#

Yep, should be

digital reef
#

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)

radiant yew
#

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

digital reef
#

i see -- so it more it is more it won't work with the new features such as Payment Intents?

radiant yew
#

Yes, exactly