Theme switcher

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

Authorizationstring Required

Colocar no formato Bearer TOKEN

Acceptstring Required

application/json

Content-Typestring Required

application/json

Query Parameters

transactionIdstring Required

Body Parameters

idstring Required

ID da cobrança

Response

200
Object
{ "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..." } }
400
Object
Bad Request -- Composição do request inválido
401
Object
Unauthorized -- Chave TOKEN inválida
403
Object
Forbidden -- Apenas administradores
404
Object
Not Found -- Pedido não existe
405
Object
Method Not Allowed -- Método não permitido
406
Object
Not Acceptable -- Formato JSON inválido
410
Object
Gone -- Essa requisição não existe mais
418
Object
I'm a teapot.
429
Object
Too Many Requests -- Muitas requisições em um curto espaço de tempo
500
Object
Internal Server Error -- Favor tente mais tarde
503
Object
Service Unavailable -- Estamos temporariamente inativos, favor aguardar.
Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

Sandbox:

Language Box

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?