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

Transaction Management

Create Transaction

post

Provide all required data to the Merchant/PSP to build a transaction authorization request.

In case of network token, the token PAN, expiry date and cryptogram are provided.

In case of PCI token, the card PAN and expiry date are provided.

ヘッダーパラメータ
authorizationstring · 最小: 1 · 最大: 512必須

Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b

x-correlation-idstring · 最小: 1 · 最大: 36必須

Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.

本文
tokenIdstring · 最小: 1 · 最大: 128必須

The token identifier.

Pattern: ^[a-zA-Z0-9_-]+$
transactionTypestring · enum · 最大: 64必須Example: SINGLE可能な値:
visaSignedPayloadstring · 最小: 1 · 最大: 4096オプション

Required only for Visa CTF and Visa CTF with DAF. Set with the signature (JWT) generated by Thales ETP SDK.

レスポンス
post
/transactions

Create Transaction v2

post

Provide all required data to the Merchant/PSP to build a transaction authorisation request.

ヘッダーパラメータ
authorizationstring · 最小: 1 · 最大: 512必須

Technical identifier pre-defined at on-boarding that identifies the API consumer. Format shall be the string 'APIKEY' followed by a space and the api key value.
Example: APIKEY c03f88fe-01ba-11e8-ba89-0ed5f89f718b

x-correlation-idstring · 最小: 1 · 最大: 36必須

Technical identifier used for troubleshooting.
It helps on customer support when needed.
Each API request must be identified with a unique correlation Id.
It correlates the response and the request and eventually a notification if any.

本文
tokenIdstring · 最小: 1 · 最大: 128必須

The token identifier.

Pattern: ^[a-zA-Z0-9_-]+$
transactionTypestring · enum · 最大: 64必須

The request content depends on the transaction type.

Example: EMV_TOKEN可能な値:
レスポンス
post
/v2/transactions

最終更新

役に立ちましたか?