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.


Whatโ€™s Next

Get started with integration