Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

From Thales to Transaction Processor

Retrieve Token Transactions

post

TSH retrieves the last transactions associated to the tokens digitized in a same device. The reponse time for this operation shall be very fast. In case a transactionId in the request is unknown, it shall be ignored. In case there is no transaction data associated to the transactionIds in the request, an empty array shall be returned. Note that this operation may be called several times for the same transactionIds in a short period of time.

Header parameters
x-request-idstring · max: 64Required

Technical identifier used to trace one function call, request and response. It shall be different for each function call. The identifier is returned in the HTTP response header.

Body
transactionIdsstring[]Required

Array of transaction identifiers.

Responses
200

OK

application/json
post/retrieve-token-transactions

Healthcheck Transaction Processor

get

This method shall be used to check the server availability.

Header parameters
x-request-idstring · max: 64Required

Technical identifier used to trace one function call, request and response. It shall be different for each function call. The identifier is returned in the HTTP response header.

Responses
204

Service Unavailable - Retryable

No content

get/healthcheck-transaction-processor
204

Service Unavailable - Retryable

No content

Last updated

Was this helpful?