Skip to main content

Introduction

Welcome to the QI Tech Pix Limits API! You can use our API to manage your pix limits:

  • Register new pix limits;
  • Modify pre-existing pix limits;
  • Retrieve pre-existing pix limits.

Below, you can see the API implementation using cUrl. This provides you with examples that you can adapt to the programming language of your choice.

Problems?

We are not a company that hides behind an API! Contact our support and we will respond as quickly as possible. Feel free to call us if you need a quick response!

We Love Feedback

Even if you have already solved your problem or it is very simple (even a typo or inadequate organization that you already understood), send us an email, so we can make the documentation increasingly practical and the next person won't have to suffer the pains you suffered!

Environments

We have two environments for our clients. The base API URLs are:

  • Production - https://api.caas.qitech.app/limits/
  • Sandbox - https://api.sandbox.caas.qitech.app/limits/

In the Sandbox environment, submitted analyses are not charged and are responded to according to pre-established rules.

For transaction analysis, the following rule is applied based on the transaction value:

MinimumMaximumDecision
01000Automatically Approved
10012000Referred to manual analysis - Subsequently approved
20013000Referred to manual analysis - Subsequently rejected
30014000Automatically Rejected
40015000Not analyzed
5001-Pending

HTTPS Only

For security reasons, all communication with QI Tech APIs must be done using HTTPS communication. To prevent HTTP calls from being made due to inattention or other reasons, this server only provides port 443 with TLS 1.2 communication. Calls made using other protocols will be automatically denied.

Authentication

To authenticate a call, use the following code:

# In the shell, you only need to add the appropriate header to each request
curl "api_endpoint_here"
-H "Authorization: EXAMPLE_API_KEY"

Replace the API key 'EXAMPLE_API_KEY' with your key obtained from our support.

We use an API Key to allow access to our API. It has probably already been sent to you by email. If you have not yet received your key, send an email to suporte.caas@qitech.com.br.

Our API expects to receive the API Key in all requests to our server in a header like the one below:

Authorization: EXAMPLE_API_KEY

Attention

You must replace EXAMPLE_API_KEY with the API Key received from support.