Transactions
Query transactions using filters
Use the query parameters to filter the list of transactions returned.
GET
Headers
API authentication key
Example:
"your-x-api-key"
API authentication token
Example:
"your-x-api-token"
Query Parameters
Filter initial date (yyyy‑MM‑dd)
Example:
"2018-01-01"
Filter final date (yyyy‑MM‑dd)
Example:
"2019-01-11"
ISO‑4217 currency code
Maximum length:
3
Example:
"BRL"
Transaction amount
Example:
206.9
Merchant internal order identification
Maximum length:
50
Example:
"refcode12345"
Transaction status
Available options:
PENDING
, CANCELLED
, PAID
Example:
"PAID"
Transaction type
Available options:
SALE
, REFUND
, WITHDRAW
Example:
"SALE"
Maximum results per page
Example:
100
Page number (1‑based)
Example:
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
Available options:
CREATION
, PROCESSED
, REGULAR
, RECONTILIATION
Example:
"REGULAR"
Response
200
application/json
success response
Response status code (0 = success, -1 = validation failure)
Example:
0
Response status message
Example:
"success"
Total number of transactions matching the filters
Example:
2
Total number of pages available
Example:
1
Number of records returned in this page
Example:
2
List of transactions