How to find the last transaction processed by a TSS?
In order to find the last transaction processed by a TSS (Technical Security System):
- Use the retrieveTss endpoint and provide the ID of the TSS.
The field transaction_counter in the response indicates the number of the last transaction processed by the TSS.
- In the retrieveTransaction endpoint, use this
numberin the base URL of your request in order to retrieve the transaction.
Was this page helpful?