#nielsen_plaid-de-integration-and-achv2-migration
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/1505974682631802911
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
Plaid is an integration to securely collect bank account information (account/routing numbers) and turn them into Stripe Sources but the Sources are still in Stripe and don't require the Plaid integration. Can you provide an example source ID I can review?
Let me see if I can find one real quick.
nielsen_plaid-ach-sources
here is one
ba_1TYSh3AeTljDDHLYLDU0PieB
Thanks, taking a look
Okay it looks like your account is still using ACH v1 sources with the /v1/charges endpoint.
This is/has been deprecated and you should make sure you review the following support article and the linked articles within it
https://support.stripe.com/topics/deprecation-of-legacy-ach-direct-debits
Yes, we're in the process of doing that now and also looking into using Stripe Financial Connections as well
But we're worried about what happens once we close down our Plaid account
BUT, to address your original ask, the sources exist on your account within Stripe so they don't suddenly stop working if you stop using Plaid
to all payment methods that were created by the integration.
Ok that's good to hear. What about banks like PNC? I've been reading that those accounts may not work anymore because of the way they share bank account information. Supposedly they dont give Stripe real bank accounts, but some sort of temporary number that works for ACH payments and that they would stop working if we stop using Plaid
if true, what is Stripe's recommendation on how to deal with those accounts?
Unfortunately that I'm not familiar with. In a situation where one of these saved banks stops working, the best recommendation would be to notify the Customer and bring them back on-session to connect a new bank account using the Financial Connections flow.
Aha! We do have this support article here that seems to speak to this: https://support.stripe.com/questions/prevent-ach-payment-and-payout-failures-due-to-expiring-pnc-tokenized-account-numbers
And we even have a guide on how to identify/manage these types of account numbers using Financial Connections: https://docs.stripe.com/financial-connections/tokenized-account-numbers
No they do not. They are created using an older integration pattern that uses Sources. It does not automatically create Financial Connection Accounts (fca_)
Ok I was reading in one of the arcles that I can query by the fca id to determine if it's a tokenized account number or not
Yeah, unfortunately the legacy bank accounts created from tokens do not have the same level of data available
so for those accounts, it seems like we can't even see the expiry date. That information is all coming from Financial Connections.
So we either, preemptively force a user to re-add their payment method once we're on Financial Connections or just keep using the Plaid Stripe Token created payment method until it fails. Does that sound right?
(if it fails at all, seems like only PNC MIGHT add expiry back)
Hi there,
taking over for my colleague who had to step away.
And yes, that is correct, Either get the customer back on session and re-collect the payment method or what for the fail. However we strongly recommend the first option obviously.
Ok this helps a lot. Thank you
No problem. We are always happy to help.