Search Institution by Name
POST https://{{env_url}}/institutions/search
The /institutions/search
endpoint makes it easy to stay up-to-date with supported institutions and help your users quickly find their institutions.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "query"=>"delta schools", "country_codes"=>["US"], "products"=>["auth"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"institutions":[{"credentials":[{"label":"User ID","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_3","mfa":["code","list"],"mfa_code_type":"numeric","name":"Chase","products":["assets","auth","balance","transactions","credit_details","income","identity"]},{"credentials":[{"label":"Access ID","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_112827","mfa":["code","list","questions","selections"],"mfa_code_type":"numeric","name":"The Chasewood Bank","products":["assets","auth","balance","transactions","income"]},{"credentials":[{"label":"UserID","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_109602","mfa":["code","list","questions","selections"],"mfa_code_type":"numeric","name":"CASE Credit Union","products":["assets","auth","balance","transactions","income","identity"]},{"credentials":[{"label":"Email address","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":false,"institution_id":"ins_35","mfa":[],"mfa_code_type":"numeric","name":"Chime Bank","products":["assets","auth","balance","transactions","income","identity"]},{"credentials":[{"label":"EasyLink ID","name":"username","type":"text"},{"label":"EasyLink Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_111161","mfa":["code","list","questions","selections"],"mfa_code_type":"numeric","name":"Chain Bridge Bank","products":["assets","auth","balance","transactions","income","identity"]},{"credentials":[{"label":"Access ID","name":"username","type":"text"},{"label":"Passcode","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_123303","mfa":["questions"],"mfa_code_type":"numeric","name":"Preferred Bank (Casey, Illinois)","products":["assets","auth","balance","transactions","income"]},{"credentials":[{"label":"Account Number","name":"username","type":"text"},{"label":"PIN","name":"password","type":"password"}],"has_mfa":false,"institution_id":"ins_113981","mfa":[],"mfa_code_type":"numeric","name":"Class Act Federal Credit Union","products":["assets","auth","balance","transactions","income"]},{"credentials":[{"label":"User ID","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_113956","mfa":["code","list","questions(3)","selections(5)"],"mfa_code_type":"numeric","name":"Cash Advantage","products":["assets","auth","balance","transactions","income","identity"]},{"credentials":[{"label":"User ID","name":"username","type":"text"},{"label":"Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_113964","mfa":["code","list","questions(3)","selections(5)"],"mfa_code_type":"numeric","name":"SEI Cash Access","products":["assets","auth","balance","transactions","income","identity"]},{"credentials":[{"label":"NetTeller ID","name":"username","type":"text"},{"label":"NetTeller Password","name":"password","type":"password"}],"has_mfa":true,"institution_id":"ins_111322","mfa":["code","list","questions","selections"],"mfa_code_type":"numeric","name":"Gulf Coast Bank","products":["assets","auth","balance","transactions","income","identity"]}],"request_id":"j6Ga1"}