{"article":{"id":15687521555607,"url":"https://plaid.zendesk.com/api/v2/help_center/en-us/articles/15687521555607.json","html_url":"https://support.plaid.com/hc/en-us/articles/15687521555607-What-OAuth-institutions-does-Plaid-support","author_id":396033157154,"comments_disabled":true,"draft":false,"promoted":false,"position":1,"vote_sum":0,"vote_count":0,"section_id":15991451304599,"created_at":"2023-06-30T13:13:34Z","updated_at":"2026-06-03T17:34:09Z","name":"What OAuth institutions does Plaid support?","title":"What OAuth institutions does Plaid support?","source_locale":"en-us","locale":"en-us","outdated":false,"outdated_locales":[],"edited_at":"2026-06-03T17:34:09Z","user_segment_id":null,"permission_group_id":1121774,"content_tag_ids":[],"label_names":[],"body":"<p>The <a href=\"https://dashboard.plaid.com/activity/status/oauth-institutions\">OAuth Institutions page</a> in the Plaid Dashboard shows the current list of supported OAuth institutions and your registration status with each one. Major US institutions that use OAuth include Chase, Bank of America, Wells Fargo, Capital One, Citi, U.S. Bank, PNC, Navy Federal, Merrill, and American Express; most European institutions Plaid supports also use OAuth.</p>\n<p>To fetch the full list programmatically, you can make a request to our <a href=\"https://plaid.com/docs/api/institutions/#institutionsget\"><code style=\"border:none;background:#f1f3f5;padding:1px 4px;border-radius:3px;font-size:0.9em;\">/institutions/get</code></a> endpoint. You can utilize the <a href=\"https://plaid.com/docs/api/institutions/#institutions-get-request-options-oauth\">OAuth option field</a> by setting its value to true to ensure that only institutions that support OAuth are returned. A cURL example of this request is:</p>\n<pre><code style=\"display:block;border:none;background:transparent;padding:8px;\">curl -X POST https://production.plaid.com/institutions/get \\\n-H 'Content-Type: application/json' \\\n-d '{\n  \"client_id\": \"YOUR_CLIENT_ID\",\n  \"secret\": \"YOUR_SECRET\",\n  \"count\": 500,\n  \"offset\": 0,\n  \"country_codes\": [\"US\"],\n  \"options\": { \"oauth\": true }\n}'\n</code></pre>","user_segment_ids":[]}}