Transaction Notification API
This method is used by TSP to send the detailed result of a transaction from a token
Transaction identifier
Unique request identifier use to trace function calls across system
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
Unique Identifier of Issuer
Unique token identifier.For Apple Pay International Card Scheme transactions, ICS DPANID shall be used.
successful
No content
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter. Possible error codes are 111, 112, 113, 119, 911, 921
Internal Server Error
PUT /tns-dispatcher/tsh/tnapi/v1.0/token-transactions/{transactionId} HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Content-Type: application/json
Accept: */*
Content-Length: 446
{
"issuerId": "text",
"tokenId": "text",
"transactionInfo": {
"transactionType": "PURCHASE",
"transactionResult": "APPROVED",
"transactionResultReason": 1,
"linkedTransactionId": "text",
"transactionIdentifier": "text",
"totalAmount": 1,
"currency": "text",
"merchant": "text",
"rawMerchantName": "text",
"merchantCity": "text",
"merchantZip": "text",
"merchantCountryCode": "text",
"industryCategory": "text",
"industryCode": "text",
"transactionDate": "2026-01-01T00:00:00.000Z"
}
}No content
This method is used by TSP to send the detailed result of a transaction from a funding card
Transaction identifier
Unique request identifier use to trace function calls across system
Unique Identifier of Issuer
Identifier of the funding card
successful
No content
Bad Request, Invalid request URI or header, or unsupported nonstandard parameter. Possible error codes are 111, 112, 113, 116, 911, 921
Internal Server Error
PUT /tns-dispatcher/tsh/tnapi/v1.0/card-transactions/{transactionId} HTTP/1.1
Host: api.dbp.thalescloud.io
x-request-id: text
Content-Type: application/json
Accept: */*
Content-Length: 385
{
"issuerId": "text",
"cardId": "text",
"transactionInfo": {
"transactionType": "PURCHASE",
"transactionResult": "APPROVED",
"transactionResultReason": 1,
"totalAmount": 1,
"currency": "text",
"merchant": "text",
"rawMerchantName": "text",
"merchantCity": "text",
"merchantZip": "text",
"merchantCountryCode": "text",
"industryCategory": "text",
"industryCode": "text",
"transactionDate": "2026-01-01T00:00:00.000Z"
}
}No content
Last updated
Was this helpful?