Obter Transação
Esse endpoint mostra os dados de determinada transação.
Exemplo de Resposta - Endpoint
{
"transaction": {
"id": "A028C...",
"status": "pending" | "created" | "paid" | "canceled",
"amount": "1500",
"original_amount": "1500",
"description": "Pagamento CARD",
"external_id": "",
"payment_type": "credit_card",
"refunded": "0",
"voided": "0",
"captured": "0",
"account_id": "9F83...",
"deleted_at": null,
"created_at": "2025-10-20T14:11:28.713000Z",
"updated_at": "2025-10-20T14:11:28.713000Z",
"webhook_url": "https://example.com/webhook",
"transactions_pix_cash_in_id": null,
"end_to_end_id": null,
"payer_name": null,
"payer_national_registration": null,
"payer_type": null,
"gateway": "5",
"transactions_bank_slip_id": null,
"transaction_type": "5",
"payment_link_id": null,
"payer_email": null,
"in_infraction": false,
"token_used": null,
"refund_id": null,
"bank_ispb": null,
"end_to_end_refund_id": null,
"is_threeds": true,
"iid": "80..."
}
}
Header Parameters
Colocar no formato Bearer TOKEN
application/json
application/json
Query Parameters
Body Parameters
ID da cobrança
Response
What made this section unhelpful for you?
Base URL
Production:
Sandbox: