Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Transaction Notification API

TSP-API-IN-v1-Transaction-Notification-oas2.yaml

Submit token transaction details

put

This method is used by TSP to send the detailed result of a transaction from a token

Path parameters
transactionIdstring · min: 1 · max: 64Required

Transaction identifier

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

Unique request identifier use to trace function calls across system

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
Body
issuerIdstring · min: 10 · max: 10Required

Unique Identifier of Issuer

tokenIdstring · min: 1 · max: 48Required

Unique token identifier.For Apple Pay International Card Scheme transactions, ICS DPANID shall be used.

Responses
put
/token-transactions/{transactionId}

No content

Submit card transaction details

put

This method is used by TSP to send the detailed result of a transaction from a funding card

Path parameters
transactionIdstring · min: 1 · max: 64Required

Transaction identifier

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

Unique request identifier use to trace function calls across system

Body
issuerIdstring · min: 10 · max: 10Required

Unique Identifier of Issuer

cardIdstring · min: 1 · max: 64Required

Identifier of the funding card

Responses
put
/card-transactions/{transactionId}

No content

Last updated

Was this helpful?