Getting started with Fabank Infra

On this page we are showing how easy it is to integrate with our services through APIs.

Hello, welcome to Fabank technical documentation!

In this documentation, you will find all the information necessary to integrate with our APIs.

Sandbox and Production share the same code, but are isolated from each other as they are running on separate servers and access different databases. Switching to Production only requires you to change the base URL and credentials. The SDKs select the base URL based on the environment you choose.

📘

Attention

As we are talking about real money here, it is mandatory to integrate with a sandbox environment and send the approval script to receive your production API keys.

Response times are different in each environment, as we emulate the results in the Sandbox, while in Production we depend on other financial institutions to operate.

Integration Process

To integrate with the Fabank API, you need to go through three steps:

  1. Integration
    At this stage, our client can carry out their development in our sandbox (testing) environment, where it is possible to test all communication with our APIs and understand their behaviors.

  2. Approval
    After completing development with Fabank's APIs, you must complete an approval script for the functionality you are implementing, so that we can validate your integration.
    For more information about the approval route, we recommend that you read it in our guides and follow it step by step.

  3. Production
    At the end of the approval, you will receive our OK and the keys to your production environment to start your operation.
    For more information on how to generate a token, please access the link

❗️

Your account is identified internally through the token used, keep it in a safe place.