GET
/v1/account/transactionsBearerListar transações
Lista as transações da conta com paginação e filtros.
Headers
| API-Key | <seu_token> |
Parâmetros
| Nome | In | Tipo | Descrição |
|---|---|---|---|
| page | query | integer | – |
| limit | query | integer | – |
| dateFrom | query | string | – |
| dateTo | query | string | – |
| id | query | string | – |
| status | query | TransactionStatus | – |
| type | query | "DEPOSIT" | "WITHDRAW" | – |
| amount | query | number | – |
| payerDocument | query | string | – |
| payerName | query | string | – |
| endToEndId | query | string | – |
Respostas
Lista paginada de transações
| Campo | Tipo | Descrição |
|---|---|---|
total | integer | — |
pages | integer | — |
transactions | object[] | — |
Exemplos
curl "https://pix.evopay.cash/v1/v1/account/transactions?page=1&limit=10&dateFrom=2024-01-01T00%3A00%3A00.000Z&dateTo=2024-01-01T00%3A00%3A00.000Z&id=exemplo&status=exemplo&type=DEPOSIT&amount=100&payerDocument=exemplo&payerName=exemplo&endToEndId=exemplo" \ -H "API-Key: <seu_token>"