Delete access with accessId and all related accounts
The id for the access to delete
Retrieve the access with accessId. The retrieved object does not contain sensitive information such as the PIN.
The id for the access to retrieve
Returns all registered accesses for the authenticated user. The access fields contain confidential information (e.g., PIN) that will not be returned.
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.
Update the access credentials in accessFields. If the access does not exist, the accessId does not match the id in accessDto, or the providerId is not the same, status code 404 is returned. If another access with the same login data already exists, status code 409 is returned. The updated access is validated by setting up an account. Status code 200 does not imply that the credentials are correct. To check this, the client should obtain access.
The id for the access to update
The access object that contains the changed credentials in accessFields. Other fields cannot be edited.
AccessApi - object-oriented interface
AccessApi
{BaseAPI}