Skip to main content

Easily Integrate
Belvo's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Belvo's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Belvo } from 'belvo-typescript-sdk';
const belvo = new Belvo({
/*
* Belvo employs **basic authentication** using your secret keys. Just use your secretId as the `username` and secretPassword as the `password`. For example:
*
* ```text Authentication example
* curl \
* -u =BASE64-SECRET_ID=:=BASE64-SECRET_PASSWORD=
* https://sandbox.belvo.com/api/
* ```
*
* For information on how to get your API keys, check out our [Get Started in 5 Minutes](https://developers.belvo.com/docs/get-started-in-5-minutes) DevPortal article.
*/
username: "USERNAME",
password: "PASSWORD"
})

Then, send your first request

We made it really easy.

index.ts

// List all links
const listAllResponse = belvo.links.listAll({
page: 1
pageSize: 100
omit: "field1,field2"
fields: "field1,field2,field3"
id: "24ccab1d-3a86-4136-a6eb-e04bf52b356f"
idIn: "24ccab1d-3a86-4136-a6eb-e04bf52b356f,beb2b197-3cf7-428d-bef3-f415c0d57509"
institution: "erebor_mx_retail"
institutionIn: "erebor_mx_retail,gringotts_mx_retail"
accessMode: "single"
createdAt: "2022-05-05"
createdAtGt: "2022-05-05"
createdAtGte: "2022-05-04"
createdAtLt: "2022-04-01"
createdAtLte: "2022-03-30"
createdAtRange: "2022-03-03,2022-05-04"
createdByNotIn: "578947e2-3c9a-4401-bbad-59b2f2d2b91b,d3d941ab-4ca5-43c1-8b23-db329ee4cb7e"
externalId: "InternalUser4000"
externalIdIn: "InternalUser4000,InternalUser4001"
institutionUserId: "ezFoxjPDr7YnASnOaft5F3zt7D0kurgDNlLtZFjxUo0="
institutionUserIdIn: "ezFoxjPDr7YnASnOaft5F3zt7D0kurgDNlLtZFjxUo0=,YwuTM0uEEh1BbVgDZBcNpa_-Tm3l2q8ZkZNrlhp-pNA="
refreshRate: "24h"
status: "invalid"
statusIn: "invalid,unconfirmed"
})

Enjoy a buttery smooth developer experience with 80 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Belvo

About Belvo

Belvo es la plataforma líder de datos y pagos de open finance en Latinoamérica. Ayudamos a innovadores financieros a acceder a los datos financieros de tus usuarios, entender mejor su comportamiento y habilitar pagos instantáneos gracias al open finance, con el objetivo de impulsar productos más eficientes, seguros e inclusivos.

Keywords

finance
open_banking
fintech
financial_services
latam
latin_america
open_finance

Start integrating Belvo's API with Konfig