Package-level declarations
Types
List of balances of an account
Represents the base data of an account.
Data of an account. The bank field is returned only for endpoints where the includeBankData flag is supported and set to true.
Request object for account data search
Response containing all requested accounts of a user.
Represents a transaction.
Describes the account type. The type is defined by the Bank. Possible types are:
CURRENT- For Current accounts.SAVINGS- For Savings accounts.OTHER- All other account types.
List of categories for Analytics
Contains the list of all countries of supported Banks.
Provides a list of Bank groups.
Provides a list of Bank groups.
List of Banks.
Booking type of a transaction.
BOOKED- Transaction was booked by the Bank.PENDING- Transaction is still pending and not booked by the Bank.
Request object, which is used by finAPI for the WebForm 2 callback
Request object for importing a Bank connection.
Response object for importing a Bank connection.
Response object for the status of the import of a Bank connection.
Describes the status of the Bank details import in the zero-error case. Possible states are:
WEB_FORM_REQUIRED- A web form is required to be displayed to the user in order for them to log into their bank account.IN_PROGRESS- The web form is in progress.SUCCESSFUL- If the Bank connection can be imported without a web form from the Bank or intermediary provider.ABORTED- If the Web Form was aborted.EXPIRED- If the Web Form has been expired.COMPLETED_WITH_ERROR- If the Web Form has been completed with errors.
Current status of the data download (account balances and transactions/securities) of a Bank account. Possible states are:
READY- The Bank connection can be used.IN_PROGRESS- The Bank connection is currently being updated.
Response object for imported Bank connection.
Response object for imported Bank connection.
Filters to be applied while searching for transactions.
Search parameter for the transaction list. accountIds is required. If the other fields are empty, all transactions of the specified accounts will be returned.
Response to a search for transactions.
This parameter defines the direction of transactions(in - and/or outgoing transactions). If no value defined explicitly, the default BOTH is taken into account. Values: INCOMING,OUTGOING,BOTH