Entities

At Vumi we have decided to name financial institutions (brokers, banks or crypto exchanges) as the shorter name entities 🏦


An entity refers to any financial institution that Vumi integrates with to obtain data. At Vumi, we have different levels of development for an entity:

  • TEST: the entity is fully integrated and working in the use case we have available. However, it is an entity that has been developed recently and there might some edge cases that give problems.

  • PROD: the entity has been developed and almost fully tested with a wide range of use cases from our side. We guarantee that most of the connections will work without any problem.

You can decide which entities you include in your app depending on your needs.

Can't find an entity you need? Contact our team to see what we can do in order to prioritize it.

Entity types

Our system currently classifies entities into two types, BROKER and BANK. You can see specific details about these types in the table below. It is important to mention that this is an internal classification and it does not match the actual financial entity type, but it exists to give you information on how to handle the information that comes from an entity. More types are to come in the future when we integrate crypto exchanges or other type of financial entities. Our current types are:

TypeDescription

BROKER

An entity whose main purpose revolves around investing. It has accounts that are linked to a specific portfolio, without cards associated to it. For that reason, we are able to return information about those accounts like deposits, removals, etc.

BANK

An entity that supports cash accounts with payments associated to them and does not separate their investment portfolios into different specific accounts. We are unable to provide information for current accounts at the moment, so in these type of entities we stick to providing the investment transactions.

Endpoints

Here is a table showing all available endpoints in the entities resource:

EndpointMethodDescription

GET

Get all enabled entities for your current app

Last updated