Retrieve a single provider identified by providerId
The providerId to retrieve
Retrieve a list of bank providers. A providerid is required to create an access. To retrieve the necessary access fields, you need to query the specific provider/{providerId}
. For performance reasons they are kept separate.
Create a new access and setup all associated accounts and transactions. This will also trigger the creation of monthly transaction summaries, the analysis of all accounts for recurring transactions, and the calculation of the balance forecast. If the credentials were invalid, the validation state is set accordingly. It is possible to have multiple accesses for one user.
A valid BankAccess object containing the required accessFields as indicated by the provider object and the providerId.
Registers a user with AHOI
QuickStartApi - object-oriented interface
QuickStartApi
{BaseAPI}