Endpoint
Authentication
All requests must include your secret API key in theX-Api-Key header. Keep this key secure and never expose it in client-side code.
Your CertoPay secret API key (e.g.
sk_live_sua_chave_aqui).Example Request
Response
Returns an array of transaction objects. An empty array ([]) is returned when no transactions exist yet.
200 — Success
Response Fields
Unique identifier (UUID) for this transaction.
UUID of the order associated with this transaction. Use this to correlate a transaction with the corresponding order in your system.
Payment method used for the transaction. Possible values:
PIX, BOLETO, CARD.Transaction amount expressed in centavos (e.g.
29700 = R$ 297,00). All monetary values are integers to avoid floating-point rounding issues.Current status of the transaction (e.g.
PAID, PENDING, FAILED, REFUNDED).ISO 8601 timestamp indicating when the transaction was created (e.g.
2026-06-26T10:00:00Z).ISO 8601 timestamp indicating when the transaction record was last updated (e.g.
2026-06-26T10:05:00Z).