Transactions

Integrating and Using Transactions Endpoint on Mono

Team Mono avatar
Written by Team Mono
Updated over a week ago

One of the services Mono provides is the transactions endpoint, which allows retrieving a user's transaction history from their bank account.

To integrate the transactions endpoint on Mono, you need to:

  • Authenticate with Auth endpoint API: To access the transactions endpoint, you need to authenticate the account connected and identify the authenticated account.

  • Retrieve transactions: Once you have authenticated with the Auth endpoint, you can retrieve transactions by sending a GET request to the transactions endpoint. You can specify the start and end dates of the transactions you want to retrieve using the from and to query parameters.

The transactions endpoint on Mono provides several parameters that you can use to customize your requests. Some of these parameters include:

  1. from and to: These parameters allow you to specify the start and end dates of the transactions you want to retrieve.

  2. narration: This parameter allows you to search for transactions with a specific narration.

  3. type: This parameter allows you to select and filter transactions by debit or credit

  4. limit: This parameter allows you to specify the maximum number of transactions to retrieve.

please refer to the official documentation https://docs.mono.co/reference/transactions.

Did this answer your question?