Accounts

Learn more about using Accounts Endpoint on Mono

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

The accounts endpoint allows for the retrieval of details about a user's bank account. In this article, we will explore how to integrate and use the accounts endpoint in this article.

To use the accounts endpoint, you will need to integrate the Mono API into your application. Once you have integrated the API, you can start using the accounts endpoint.

Using the Accounts Endpoint

To retrieve details about a user's bank account, you need to make a GET request to the accounts endpoint. The endpoint requires an access token and the user's account ID.

  • To obtain an access token, you need to follow the account connection and authentication process described here. Once you have obtained the access token, you can use it to retrieve details about a user's bank account.

  • In order to retrieve bank account details, you need to make a GET request to the accounts endpoint, here.

    https://api.mono.co/v1/accounts/{account_id}

  • Replace account_id: with the ID of the user's account that you want to retrieve details.

    The response from the endpoint will include details such as the account balance, account number, account type, and bank name. You can use these details to provide more personalized financial services to your users.

Did this answer your question?