API Endpoints

The Sandbox environment is a space where the API and systems are tested before being released to end users. Here, you can validate changes, conduct interaction tests between components, and ensure that everything is functioning properly.

This environment is also used to identify potential security flaws, measure API performance, and make adjustments to ensure product quality.

📘

Sandbox URL:

https://apipaysandbox.aqbank.com.br/api>


The Production environment is where the API is used by end users. In this environment, the system processes real data and performs essential activities. Any issues in this environment can directly impact users and business processes, so it is crucial for it to be stable and secure.

⚙️

Production URL:

https://apishopaqpago.aqbank.com.br/api

In other words, the Sandbox environment is a clone of Production, but it is only used for testing.

Tip: Start with the sandbox environment to test your integrations. After validation, migrate to production.


To explore all services without worry, pass the provided credentials in the header of each request. To switch between sandbox (testing) and production (real application) modes, simply toggle between the API links.

📢 Reminder: Calls made with test credentials are not processed with banking institutions.