English
Get a transaction by id
cURL
curl --request GET \ --url http://api.contabull.com/transactions/{id}
{ "id": "<string>", "amountCents": 123, "account": "<string>", "customer": { "id": "<string>", "name": "<string>", "email": "<string>", "cpfCnpj": "<string>" }, "payerName": "<string>", "payerCpfCnpj": "<string>", "description": "<string>", "e2eID": "<string>", "status": "<string>", "method": "<string>", "type": "<string>", "currency": "<string>", "fees": 123, "disputed": true, "pixKey": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }
Show child attributes