Transaction Query
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
The transactions are queried using the GET /transaction method by providing the following parameters:
date
Filter transactions from a specific settlement date onwards
settled_at_to
date
Filter transactions up to a specific settlement date
currency
string
Filter transactions with a specific currency
greater_than_or_equal_to
string
Filter transactions with main amounts greater than or equal to the specified value
less_than_or_equal_to
string
Filter transactions with main amounts less than or equal to the specified value
type
string
Filter transactions by transaction type
Example of transaction query:
Response example:
id
uuid
Filter transactions by transaction ID
created_at_from
date
Filter transactions from a specific date onwards
created_at_to
date
Filter transactions up to a specific date
settled_at_from
GET /transaction
{
"transactions": [
{
"id": "96296a5c-0cf4-4025-dbc4-1a53f0a3afc6",
"type": "pix_out",
"currency": "brl",
"amount": 10000