Transaction Query
The transactions are queried using the GET /transaction method by providing the following parameters:
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
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:
Last updated