Token Management

Notify Token Creation

Notify the token requestor about a token creation.

The notification shares the same 'x-correlation-id' as in the create token request.

If the tokenization failed, the notification only contains information about the error. No token data is provided.

In case of retryable error returned by the token requestor, the notification will be resent periodically with exponential backoff.

post/notify-token-creation

Parameters

#/parameters/authorization — unresolved $ref
#/parameters/xCorrelationId — unresolved $ref

Request body

tokenIdstring

Identifier of the token

merchantIdstring required

Identifier of the merchant provided by Thales at on-boarding.

cardBinstring

The card bin returned by the scheme, just available for VISA and Mastercard SCOF.

cardLastDigitsstring

The card last digits.

cardExpiryDatestring

Expiry date of the card in MMYY format

tokenLastDigitsstring

The token last digits.

tokenExpiryDatestring

The token expiry date in format MMYY. This information can be missing. It is intended for display only at this step.<br>Rely on token expiry date in create transaction response for storage.

parstring

Payment Account Reference returned by the Scheme TSP.

vProvisionedTokenIdstring

Specific to Visa. Another token identifier that shall be used only with Visa Cloud Token Framework.

creationTimestampstring

Token or binding creation timestamp compliant with ISO 8601.

Response

— unresolved $ref

Changes