Jorgelig / quickstart

Get up and running with Belvo API in minutes

Home Page:https://developers.belvo.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Belvo quickstart

In this repository you will find an example of an app that allows you to link bank accounts through Belvo’s API using our widget. Once an account is linked, you can access the detailed information about the Accounts, Transactions and Owners.

You can access all the app code and reuse it for you application.

Quickstart is currently available for Python, Ruby and Node.

Coming soon: Go, Java.

Belvo quickstart app

Requirements

  • Docker 19+
  • docker-compose 1.25+
  • GNU Make
  • A valid Belvo secret key

Getting started

1. Clone the repository

git clone https://github.com/belvo-finance/quickstart.git
cd quickstart/

2. Setup the Quickstart app

Setup the Quickstart app with your sandbox API keys from the Dashboard (https://dashboard.belvo.co/)

echo "BELVO_SECRET_ID=[YOUR_ID_HERE]
BELVO_SECRET_PASSWORD=[YOUR_PASSWORD_HERE]
# You can choose between sandbox and production
BELVO_ENV=sandbox
# You can choose between python, ruby or node
CONTEXT=python" >> .env

3. Configure the widget

Configure the widget by adding your local URL in the Connect Widget area:

4. Run the application

make run

About Belvo

Learn more about Belvo:

About

Get up and running with Belvo API in minutes

https://developers.belvo.co/

License:MIT License


Languages

Language:Vue 45.4%Language:JavaScript 14.7%Language:Python 12.8%Language:Ruby 11.6%Language:Makefile 10.4%Language:Dockerfile 3.0%Language:HTML 2.0%