PayZuDocs

Card charging integration: authorization, capture, installments, 3D Secure, fraud analysis, recurring billing and refunds.

The Credit Card API is the API you use to charge cards in your e-commerce, app or platform. A single integration covers the whole charge lifecycle: real-time authorization and capture, installments, 3D Secure authentication, risk analysis on PayZu's antifraud engine, recurring charges and refunds.

Where to start

Environments

EnvironmentBase URL
Productionhttps://api.payzu.io/v1
Sandboxhttps://api.sandbox.payzu.io/v1

Authentication combines mTLS (Mutual TLS) with a Bearer token: the client certificate provided by PayZu accompanies every call and the token is obtained via POST /token. This mechanism guarantees client identity and communication security. See the step by step in Authentication.

All monetary values in the API (amount, unitPrice) are expressed in cents. Exchange rates (rate.bid, rate.ask) are the exception: they are decimal numbers.

Other PayZu products

Support

Ran into a problem or have an integration question? Write to integracao@payzu.com.br.

On this page