Endpoint
Authentication
All requests must include your secret API key in theX-Api-Key header.
Your CertoPay secret API key (e.g.
sk_live_sua_chave_aqui).Path Parameters
The unique UUID of the transaction you want to retrieve. You can obtain this from the List Transactions endpoint or from a webhook payload.
Example Request
Response
Returns a single transaction object corresponding to the provided ID.200 — Success
Response Fields
Unique identifier (UUID) for this transaction.
UUID of the order associated with this transaction.
Payment method used. Possible values:
PIX, BOLETO, CARD.Transaction amount in centavos (e.g.
29700 = R$ 297,00).Current status of the transaction (e.g.
PAID, PENDING, FAILED, REFUNDED).ISO 8601 timestamp for when the transaction was created.
ISO 8601 timestamp for when the transaction record was last updated.