Skip to content

Introduction

Welcome to Extracto Services. Our suite of standalone solutions is designed to simplify integration and provide modular API offerings. We are dedicated to continuous enhancement and are committed to expanding our services to better meet the evolving needs of our customers.

Prerequisites

  • API Credentials: Ensure you already have your client-id and client-secret, if you donΒ΄t have it yet, please contact the sales team, you can book a call.

Extracto flow

This diagram shows the basic process of client authentication and data retrieval on extracto services:

  1. The client sends a POST request to the Auth API at the /auth endpoint to obtain a JWT token.
  2. Upon successful authentication, the Auth API returns a JWT token to the client.
  3. The client then uses this token to make a request to an endpoint on the Extracto API from the interest service from the client.
  4. The Extracto API processes the request and returns a JSON response to the client.

Extracto flow

Resources