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.

Process a transaction

Use this flow to detokenize a PCI token during a payment.

Flow

PCI Tokenization transaction flow
Step
Description

1

The end user checks out in the merchant website or app.

2

The merchant or PSP calls createTransaction and provides the tokenId.

3

Thales backend performs detokenization and returns the PAN and expiry date.

4

The merchant or PSP sends the authorization using the PAN and expiry date.

API

For PCI Tokenization, tokenId and transactionType are required.

Use the same createTransaction operation for PCI Tokenization and payment network Tokenization.

Last updated

Was this helpful?