Definitions
Here are some definitions that will help explain a few concepts as you integrate Mono into your projects:
Apps
You can create apps on the dashboard to retrieve your public and secret keys to start integrating Mono with your products.
Enrolment
This is the process when your user links their financial account using Mono via the Mono Connect Widget.
Token
This is a token passed to you after successful enrolment. The code is valid for only 10 minutes, and expires after that.
Public key
This is used to initialise the Mono connect widget for enrolment. This can be found on your dashboard right on the apps page.
Secret Key
To make an API call for most of our endpoints, you'll need an app's secret key to be set as "mono-sec-key" as the header. This can also be found on the apps page in your dashboard.
Account ID
This is the ID returned from the https://docs.mono.co/reference#authentication-endpoint.
TOKENIZATION (DATA SYNC)
Tokenization is the process of protecting sensitive data by replacing it with an algorithmically generated number called a token.
Updated 12 months ago