Banking aggregation (Colombia)

Our banking aggregation product for Colombia lets you access account, owner, and transaction data to get a comprehensive view of your end user.We refer to links created with banking institutions (such as Bancolombia) as banking links.

Accounts

Our Accounts resource provides you with information regarding the bank account in a financial institution. A user can have several Accounts inside each Link. For example, one Link can have one checking account, several credit cards, and even loan accounts.

Use this resource to get information about a banking link's:

  • account type and category
  • current account balance
  • account currency
  • and so much more

We offer the following methods when it comes to interacting with Accounts:

EndpointsMethodDescription
RetrievePOSTRetrieve all accounts related to a specific link.
ListGETList all the accounts from all the Links already associated with your Belvo account.
ResumePATCHResume an Account Retrieve session that was paused because an MFA token was required by the institution.
DetailGETGet the details of a specific account.
DestroyDELETEDelete a specific account and all associated transactions from your Belvo API key.

Owners

Our Owners resource provides you information regarding the person who is the owner of each account within a Link.

Use this resource to get information about a link owner's:

  • full name
  • phone number
  • mailing address
  • email address

We offer the following methods when it comes to interacting with Owners:

EndpointsMethodDescription
RetrievePOSTRetrieve the owner detail of a specific link.
ListGETList all owners associated to your Belvo account.
ResumePATCHResume an Owner Retrieve session that was paused because an MFA token was required by the institution.
DetailGETGet the details of a specific owner.
DestroyDELETEDelete a specific owner from your Belvo account.

📘

Employment aggregation supports owners too!

For each employment aggregation link you create, you can also query the owners resource to get key information about the user.

Transactions

Our Transactions resource provides you with detailed transactional information for an end user.

Use this resource to get information about a link's:

  • transaction history
  • the category for each transaction
  • the status of each transaction

We offer the following methods when it comes to interacting with Transactions:

EndpointsMethodDescription
RetrievePOSTRetrieve all transactions related to a specific account within a data range.
ListGETList all the transactions from all Links you have access to.
ResumePATCHResume a Transaction Retrieve session that was paused because an MFA token was required by the institution.
DetailGETGet the details of a specific transaction, using the transaction ID.
DestroyDELETEDelete a specific transaction from your Belvo account.