Bank Linking FAQ
Questions
Q1. How do I make a connection to an institution?
Q3: Why can’t I find a certain institution in the Meld picker?
Q5: Why do I have to select my institution twice for Plaid?
Answers
Q1: How do I make a connection to an institution?
A: Follow this page for instructions on making a connection.
Q2: I set an institution to route to a particular provider but it’s going to a different provider instead, why is that?
A: There are several likely candidates. One is that the provider doesn’t support the institution for all the products specified. Another possibility is that your account with that provider may not be configured for a particular product or for OAuth institutions. Lastly, if you are using Smart Routing, Meld may know that the connection between that provider and institution is currently unstable and is therefore routing you to a different provider.
Q3: Why can’t I find a certain institution in the Meld picker?
A: Assuming the institution is supported by one of the providers you have enabled, the likely issue is that the institution doesn’t support all the the products you requested when calling /connect/start. Meld filters the institutions returned in the picker to only the ones that support all products requested, to see if this is the issue try making a request for only BALANCES and TRANSACTIONS and see if your institution shows up.
Q4: I have a connection that doesn’t seem to have been updated in a while even though the user has been making transactions in their account. Why is that?
A: The most likely reason is your connection is in a status other than ACTIVE. Check the status of your connection. It might be RECONNECT_REQUIRED in which case the user will have to log in again in the repair flow or PARTIALLY_ACTIVE because it’s a duplicate, for example.
Q5: Why do I have to select my institution twice for Plaid?
A: Plaid forces the user to select their institution in the Plaid picker even if it was already selected in the Meld picker. No other provider does this. The best Meld can do is have the institution you picked in the Meld picker be the first one in the list of the Plaid picker, which it does.
Q6: I like how the Plaid picker looks with the institutions as tiles. Is there a way to do the same thing for the Meld picker?
A: Yes, you can do this by passing in "accountPreferenceOverride": {"selectionStyle": "TILE"}, as part of your /connect/start request.
Q7: If I already know the institution my user is going to connect to, do they still have to go through the Meld picker?
A No, in this situation you can skip the Meld picker by passing in the Id of the institution the user will connect to.
Updated 2 months ago