Supported Institutions
Our platform provides seamless connectivity to a wide range of financial institutions, enabling you to easily integrate financial data into your application. By utilizing our API, you can access a comprehensive list of institutions available for connection
Method: GET
http://api.aggregation.zumrails.com/api/institution/GetInstitutions
Parameter
Type
Description
Id
guid
A unique identifier representing the institution.
FullName
string
The full official name of the financial institution
ShortName
string
A shortened or commonly used name for the institution
Country
string
The country where the institution is available. Represented as a country name (e.g., "Canada").
ShowAsDefault
boolean
Indicates whether the institution should be displayed by default in the institution list. If false, it will only be displayed when explicitly searched by the user.
AllowNewRequests
boolean
Specifies whether new connection requests to this institution are allowed. If false, the institution is currently unavailable for new connections.
MxOauthSupported
boolean
Indicates whether the institution supports OAuth-based authentication for secure connections.
Last updated