Get a list of transactions
cURL
curl --request GET \ --url http://api.obsidiam.com/transactions
{ "transactions": [ { "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" } ], "total": 123, "totalPages": 123, "currentPage": 123, "hasMore": true }
inbound
outbound
all
succeeded
incomplete
failed
refunded
created
pix
ted
boleto
same_bank_transfer
Show child attributes