get transaction information
posthttps://api.tranzila.com/v1/transactions
Access your past transcations
Request
Headers
X-tranzila-api-app-keystring
Example:
{{app_key}}X-tranzila-api-request-timestring
Example:
{{new_timestamp}}X-tranzila-api-noncestring
Example:
{{nonce}}X-tranzila-api-access-tokenstring
Example:
{{access_key}}Body
application/jsonterminal_namestringrequired
Example:
MyTerminalNametransaction_indexinteger
Conditionally Required
Example:
1696transaction_start_datestring<date>
Conditionally Required
Match pattern:
^\d{4}-\d{2}-\d{2}$Example:
2023-08-01transaction_end_datestring<date>
Conditionally Required
Match pattern:
^\d{4}-\d{2}-\d{2}$Example:
2023-08-31pageinteger
When using dates range method, the maximum number of rows returned is 1000. If a certain dates range contains more than 1000 transactions, it is possible to add the “page” property to allow pagination, in order to get the next 1000 rows.
Example:
2Responses
Successful response