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