Skip to content

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/json
terminal_namestringrequired
Example:MyTerminalName
transaction_indexinteger

Conditionally Required

Example:1696
transaction_start_datestring<date>

Conditionally Required

Match pattern:^\d{4}-\d{2}-\d{2}$
Example:2023-08-01
transaction_end_datestring<date>

Conditionally Required

Match pattern:^\d{4}-\d{2}-\d{2}$
Example:2023-08-31
pageinteger

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:2

Responses

Successful response

Was this page helpful?