Skip to main content

Overview

Payment is the service responsible for payment processing (Pix, boleto, and others).

Environments

The API is available in the following environments:

EnvironmentHost
Staging (Homologação)https://gateway-payment-hm.pliqz.com.br
Productionhttps://gateway-payment.prd.pliqz.com.br

All paths described on this section's pages (e.g., /api/pix/out) are relative and must be concatenated with one of the hosts above, depending on the environment being used. For example, the Pix Out endpoint in production is located at:

https://gateway-payment.prd.pliqz.com.br/api/pix/out

Use the Staging environment for integration testing before promoting the integration to Production.