Help Instance Help

Dart Clients

To access the APIs provided by the server from a dart resp. flutter application bunch of dart packages are being provided. Serialization and deserialization and immutability of objects is out of box already solved for you.

List of API clients

Client

Description

Library documentation

m8ty_client_ais

Account information service provides account details, transactions and also bank management services

documentation

m8ty_client_cards

As bank can provide various cards to user here the cards can be managed, blocked and limits changed.

documentation

m8ty_client_common

Couple of models resp. entities as for example amount may be used across multiple clients

documentation

m8ty_client_creditcard

Credit cards are separately handled as those may not be connected to specific bank account

documentation

m8ty_client_cryptocoins

Access list of available coins including of their icons. Stream of data is also exposed about their market values

documentation

m8ty_client_files

There are many use cases where some files need to be persisted. This client provides access to those apis. On the server ideally a scanning of the files must performed.

documentation

m8ty_client_personal

Information about the current logged in user

documentation

m8ty_client_pis

Payment information services is covering all the aspects around payments, beneficiary lookup, payment templates

documentation

m8ty_client_portfolio

Portfolio management including liabilities

documentation

m8ty_client_customer

As the currently logged in user may have access to product of other users here can the details about those customers be retrieved.

documentation

m8ty_client_custodyaccount

Custody Account information service provides custody account details, transactions and positions

documentation

m8ty_client_bankdocuments

Bank Documents information service cover all the aspects of bank documents, attachments and categories

documentation

m8ty_client_logging

Bank Documents information service cover all the aspects of bank documents, attachments and categories

documentation

m8ty_client_securemails

Bank Documents information service cover all the aspects of bank documents, attachments and categories

documentation

m8ty_client_tracking

Tracking client reporting about user behaviour on the client and sending this analytics data to the server

documentation

m8ty_client_features

Features client reads features flags from the server. What features are active is configured by the customer.

documentation

m8ty_client_docscan

Documents can be scanned by the server for codes like for example QR code.

documentation

Last modified: 19 January 2025