Financial Institutions

Explore supported financial institutions.

#Retrieve an institution

get/v2/open-banking/institutions/{institution_id}

Retrieves a financial institution.

Path parameters
  • #
    institution_idstring
    required
    ID of the financial institution.
Example Request
1curl --request POST \
2     --url https://api.argyle.com/v2/open-banking/institutions/10 \
3     --header 'accept: application/json' \
4     --header 'content-type: application/json'
Example Response
1{
2  "id": 10,
3  "name": "Discover Card (All Account Types)",
4  "trans_agg": true,
5  "ach": true,
6  "state_agg": true,
7  "voi": true,
8  "voa": true,
9  "aha": false,
10  "avail_balance": true,
11  "account_owner": true,
12  "student_loan_data": false,
13  "loan_payment_details": false,
14  "account_type_description": "Credit Cards/Accounts",
15  "phone": "1-800-DISCOVER",
16  "url_home_app": "www.discovercard.com",
17  "url_logon_app": "https://www.discover.com/login/",
18  "oauth_enabled": false,
19  "url_forgot_password": "https://bank.discover.com/bankac/loginreg/loadloginassist?Aff=Bank",
20  "url_online_registration": "",
21  "special_text": "Please enter your Discover Card personalized User ID and Password required to login.",
22  "time_zone": null,
23  "special_instructions": [],
24  "special_instutions_title": null,
25  "address": {
26    "city": "Wilmington",
27    "state": "DE",
28    "country": "USA",
29    "postal_code": "19886",
30    "address_line1": "",
31    "address_line2": ""
32  },
33  "currency": "USD",
34  "email": "https://customerservice.novusnet.com/EMS/html/usemsform.html",
35  "status": "online",
36  "new_institution": 0,
37  "branding": {
38    "logo": "https://prod-carpintero-branding.s3.us-west-2.amazonaws.com/10/logo.svg",
39    "alternate_logo": "https://prod-carpintero-branding.s3.us-west-2.amazonaws.com/10/alternateLogo.svg",
40    "icon": "https://prod-carpintero-branding.s3.us-west-2.amazonaws.com/10/icon.svg",
41    "primary_color": "#115892",
42    "tile": "https://prod-carpintero-branding.s3.us-west-2.amazonaws.com/10/tile.svg"
43  },
44  "oauth_institution": 0,
45  "class": "creditCards"
46}

#List all institutions

get/v2/open-banking/institutions

Returns an array of supported financial institutions.

Query parameters
  • #
    typestring (enum)
    optional

    Report type eligibility.

  • #
    limitinteger
    optional
    Number of institutions returned per page. Default: 25. Maximum: 1000.
  • #
    startinteger
    optional
    Index of page results to return.
Example Request
1curl --request POST \
2     --url https://api.argyle.com/v2/open-banking/institutions \
3     --header 'accept: application/json' \
4     --header 'content-type: application/json'
Example Response
1{
2  "found": 8263,
3  "displaying": 25,
4  "more_available": true,
5  "requested_date": "2025-06-10T17:39:43.000Z",
6  "institutions": [
7    {
8      "id": 10,
9      "rssd": 0,
10      "name": "Discover Card (All Account Types)",
11      "trans_agg": true,
12      "ach": true,
13      "state_agg": true,
14      "voi": true,
15      "voa": true,
16      "aha": false,
17      "avail_balance": true,
18      "account_owner": true,
19      "student_loan_data": false,
20      "loan_payment_details": false,
21      "child_institutions": []
22    },
23    {
24      "id": 12,
25      "rssd": 0,
26      "name": "E*TRADE",
27      "trans_agg": true,
28      "ach": true,
29      "state_agg": false,
30      "voi": true,
31      "voa": true,
32      "aha": false,
33      "avail_balance": true,
34      "account_owner": true,
35      "student_loan_data": false,
36      "loan_payment_details": false,
37      "child_institutions": []
38    },
39    {
40      "id": 18,
41      "rssd": 0,
42      "name": "SouthTrust",
43      "trans_agg": true,
44      "ach": false,
45      "state_agg": false,
46      "voi": true,
47      "voa": true,
48      "aha": false,
49      "avail_balance": false,
50      "account_owner": true,
51      "student_loan_data": false,
52      "loan_payment_details": false,
53      "child_institutions": []
54    },
55    {
56      "id": 23,
57      "rssd": 0,
58      "name": "Merrill Lynch",
59      "trans_agg": true,
60      "ach": false,
61      "state_agg": true,
62      "voi": true,
63      "voa": true,
64      "aha": false,
65      "avail_balance": false,
66      "account_owner": true,
67      "student_loan_data": false,
68      "loan_payment_details": false,
69      "child_institutions": []
70    },
71    {
72      "id": 29,
73      "rssd": 0,
74      "name": "Citizens Bank",
75      "trans_agg": true,
76      "ach": true,
77      "state_agg": true,
78      "voi": true,
79      "voa": true,
80      "aha": true,
81      "avail_balance": true,
82      "account_owner": true,
83      "student_loan_data": false,
84      "loan_payment_details": false,
85      "child_institutions": []
86    },
87    {
88      "id": 59,
89      "rssd": 0,
90      "name": "Key Bank",
91      "trans_agg": true,
92      "ach": true,
93      "state_agg": true,
94      "voi": true,
95      "voa": true,
96      "aha": false,
97      "avail_balance": true,
98      "account_owner": true,
99      "student_loan_data": false,
100      "loan_payment_details": false,
101      "child_institutions": []
102    },
103    {
104      "id": 72,
105      "rssd": 0,
106      "name": "Montecito Bank & Trust",
107      "trans_agg": true,
108      "ach": true,
109      "state_agg": true,
110      "voi": true,
111      "voa": true,
112      "aha": false,
113      "avail_balance": true,
114      "account_owner": true,
115      "student_loan_data": false,
116      "loan_payment_details": false,
117      "child_institutions": []
118    },
119    {
120      "id": 77,
121      "rssd": 0,
122      "name": "Citizens Bank (NM)",
123      "trans_agg": true,
124      "ach": true,
125      "state_agg": true,
126      "voi": true,
127      "voa": true,
128      "aha": false,
129      "avail_balance": true,
130      "account_owner": true,
131      "student_loan_data": false,
132      "loan_payment_details": false,
133      "child_institutions": []
134    },
135    {
136      "id": 79,
137      "rssd": 0,
138      "name": "Central State Credit Union",
139      "trans_agg": true,
140      "ach": true,
141      "state_agg": false,
142      "voi": true,
143      "voa": true,
144      "aha": false,
145      "avail_balance": true,
146      "account_owner": true,
147      "student_loan_data": false,
148      "loan_payment_details": false,
149      "child_institutions": []
150    },
151    {
152      "id": 80,
153      "rssd": 0,
154      "name": "First Financial Bank (Terre Haute,IN) - Personal Banking",
155      "trans_agg": true,
156      "ach": true,
157      "state_agg": true,
158      "voi": false,
159      "voa": false,
160      "aha": false,
161      "avail_balance": true,
162      "account_owner": false,
163      "student_loan_data": false,
164      "loan_payment_details": false,
165      "child_institutions": []
166    },
167    {
168      "id": 83,
169      "rssd": 0,
170      "name": "Brattleboro Savings & Loan (VT)",
171      "trans_agg": true,
172      "ach": true,
173      "state_agg": true,
174      "voi": true,
175      "voa": true,
176      "aha": false,
177      "avail_balance": true,
178      "account_owner": true,
179      "student_loan_data": false,
180      "loan_payment_details": false,
181      "child_institutions": []
182    },
183    {
184      "id": 87,
185      "rssd": 0,
186      "name": "GFA Federal Credit Union",
187      "trans_agg": true,
188      "ach": true,
189      "state_agg": true,
190      "voi": true,
191      "voa": true,
192      "aha": true,
193      "avail_balance": true,
194      "account_owner": true,
195      "student_loan_data": false,
196      "loan_payment_details": false,
197      "child_institutions": []
198    },
199    {
200      "id": 88,
201      "rssd": 0,
202      "name": "Haverhill Co-op Bank (MA)",
203      "trans_agg": true,
204      "ach": false,
205      "state_agg": true,
206      "voi": true,
207      "voa": true,
208      "aha": false,
209      "avail_balance": false,
210      "account_owner": true,
211      "student_loan_data": false,
212      "loan_payment_details": false,
213      "child_institutions": []
214    },
215    {
216      "id": 97,
217      "rssd": 0,
218      "name": "Central Bank - Personal Banking",
219      "trans_agg": true,
220      "ach": true,
221      "state_agg": true,
222      "voi": true,
223      "voa": true,
224      "aha": false,
225      "avail_balance": true,
226      "account_owner": true,
227      "student_loan_data": false,
228      "loan_payment_details": false,
229      "child_institutions": []
230    },
231    {
232      "id": 102,
233      "rssd": 0,
234      "name": "Jefferson Bank of Missouri - Personal Banking",
235      "trans_agg": true,
236      "ach": true,
237      "state_agg": false,
238      "voi": true,
239      "voa": true,
240      "aha": false,
241      "avail_balance": true,
242      "account_owner": true,
243      "student_loan_data": false,
244      "loan_payment_details": false,
245      "child_institutions": []
246    },
247    {
248      "id": 242,
249      "rssd": 0,
250      "name": "Fifth Third Bank",
251      "trans_agg": true,
252      "ach": true,
253      "state_agg": true,
254      "voi": true,
255      "voa": true,
256      "aha": true,
257      "avail_balance": true,
258      "account_owner": true,
259      "student_loan_data": false,
260      "loan_payment_details": false,
261      "child_institutions": []
262    },
263    {
264      "id": 272,
265      "rssd": 0,
266      "name": "Regions Bank",
267      "trans_agg": true,
268      "ach": true,
269      "state_agg": true,
270      "voi": true,
271      "voa": true,
272      "aha": true,
273      "avail_balance": true,
274      "account_owner": true,
275      "student_loan_data": false,
276      "loan_payment_details": false,
277      "child_institutions": []
278    },
279    {
280      "id": 276,
281      "rssd": 0,
282      "name": "Columbus Bank and Trust",
283      "trans_agg": true,
284      "ach": true,
285      "state_agg": false,
286      "voi": true,
287      "voa": true,
288      "aha": false,
289      "avail_balance": true,
290      "account_owner": true,
291      "student_loan_data": false,
292      "loan_payment_details": false,
293      "child_institutions": []
294    },
295    {
296      "id": 310,
297      "rssd": 0,
298      "name": "Commerce Bank",
299      "trans_agg": true,
300      "ach": true,
301      "state_agg": true,
302      "voi": true,
303      "voa": true,
304      "aha": false,
305      "avail_balance": true,
306      "account_owner": true,
307      "student_loan_data": false,
308      "loan_payment_details": false,
309      "child_institutions": []
310    },
311    {
312      "id": 431,
313      "rssd": 0,
314      "name": "Marblehead Savings Bank",
315      "trans_agg": true,
316      "ach": true,
317      "state_agg": true,
318      "voi": true,
319      "voa": true,
320      "aha": false,
321      "avail_balance": true,
322      "account_owner": true,
323      "student_loan_data": false,
324      "loan_payment_details": false,
325      "child_institutions": []
326    },
327    {
328      "id": 443,
329      "rssd": 0,
330      "name": "Unity Bank (NJ)",
331      "trans_agg": true,
332      "ach": true,
333      "state_agg": true,
334      "voi": true,
335      "voa": true,
336      "aha": false,
337      "avail_balance": true,
338      "account_owner": true,
339      "student_loan_data": false,
340      "loan_payment_details": false,
341      "child_institutions": []
342    },
343    {
344      "id": 448,
345      "rssd": 0,
346      "name": "Coastal1 Credit Union",
347      "trans_agg": true,
348      "ach": true,
349      "state_agg": true,
350      "voi": true,
351      "voa": true,
352      "aha": false,
353      "avail_balance": true,
354      "account_owner": true,
355      "student_loan_data": false,
356      "loan_payment_details": false,
357      "child_institutions": []
358    },
359    {
360      "id": 455,
361      "rssd": 0,
362      "name": "Mechanics Co-Operative Bank",
363      "trans_agg": true,
364      "ach": true,
365      "state_agg": true,
366      "voi": true,
367      "voa": true,
368      "aha": false,
369      "avail_balance": true,
370      "account_owner": true,
371      "student_loan_data": false,
372      "loan_payment_details": false,
373      "child_institutions": []
374    },
375    {
376      "id": 464,
377      "rssd": 0,
378      "name": "Clinton Savings Bank",
379      "trans_agg": true,
380      "ach": true,
381      "state_agg": true,
382      "voi": true,
383      "voa": true,
384      "aha": true,
385      "avail_balance": true,
386      "account_owner": true,
387      "student_loan_data": false,
388      "loan_payment_details": false,
389      "child_institutions": []
390    },
391    {
392      "id": 465,
393      "rssd": 0,
394      "name": "Savers Bank",
395      "trans_agg": true,
396      "ach": true,
397      "state_agg": true,
398      "voi": true,
399      "voa": true,
400      "aha": false,
401      "avail_balance": true,
402      "account_owner": true,
403      "student_loan_data": false,
404      "loan_payment_details": false,
405      "child_institutions": []
406    }
407  ]
408}
Updating Argyle status...
© 2025 Argyle Systems Inc.argyle.com