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 Transaction Processor to Thales

Notify Token Transaction

post

Inform the TSH that a transaction was processed for the specified token.

Header parameters
x-wallet-indicatornumberOptional

Indicator used to specify which wallet type performed the transaction.
Possible values are:

  • 1 for Apple Pay
  • 2 for Google Pay
  • 3 for Samsung Pay
  • 4 for Huawei Pay
  • 5 for HCE Issuer Wallets
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
issuerIdstring · min: 10 · max: 10Required

The unique Issuer identifier.

tokenIdstring · max: 64Required

The unique token identifier.

transactionIdstring · max: 64Required

The unique transaction identifier.

transactionDatestring · max: 32Required

Date time of the transaction in RFC3339 format.

Responses
204

No Content

No content

post/notify-token-transaction

No content

Healthcheck TSH

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-tsh
204

Service Unavailable - Retryable

No content

Last updated

Was this helpful?