v1

latestOpenAPI 3.1.02026-07-1416032.7 KB

Transactions

Get all transactions on your channel on the last 3 months.

get/v1.02/transactions

Query parameters

status'paga' | 'transferida' required

Insert the status to find all the transactions in the last 3 months. Note that the status "transferida" is only available on older accounts.

Response

200

transactionStatusstring

Example response

{
  "transactionStatus": "Success",
  "transactionList": [
    {
      "trid": "10409346",
      "entity": "10048",
      "reference": "100042",
      "amount": "65.00000",
      "identifier": "exemplo",
      "datePayment": "2022-01-18T16:31:00Z",
      "dateTransfer": "2022-01-20",
      "status": "paga",
      "local": "local-demo"
    }
  ]
}