Query transactions using filters
Use the query parameters to filter the list of transactions returned.
Headers
API authentication key
"your-x-api-key"
API authentication token
"your-x-api-token"
Query Parameters
Filter initial date (yyyy‑MM‑dd)
"2018-01-01"
Filter final date (yyyy‑MM‑dd)
"2019-01-11"
ISO‑4217 currency code
3"BRL"
Transaction amount
206.9
Merchant internal order identification
50"refcode12345"
Transaction status
PENDING, CANCELLED, PAID "PAID"
Transaction type
SALE, REFUND, WITHDRAW "SALE"
Maximum results per page
100
Page number (1‑based)
1
Query mode:
- CREATION – only transactions created within the period
- PROCESSED – only transactions processed within the period
- REGULAR – all transactions created and/or processed within the period (default)
- RECONTILIATION – transactions accounted within the period
CREATION, PROCESSED, REGULAR, RECONTILIATION "REGULAR"
Response
success response
Response status code (0 = success, -1 = validation failure)
0
Response status message
"success"
Total number of transactions matching the filters
2
Total number of pages available
1
Number of records returned in this page
2
List of transactions

