Tokenisation

Manage payment tokens against the token service provider — suspend, resume, delete, look up and search, and keep the provider in step when the card changes.

Operations0DomainPlatformStatedocumentedAPIs0

Seven operations against the token service provider. They manage tokens that already exist — suspend one, resume it, delete it, read its status, search the set — and keep the provider in step when the card underneath changes or is reissued.

Tokenization Outdoor Integration API 7

v1.0.0.0 · every operation is a POST

Token lifecycle 3

Suspend (block) a token

/tokenization-outdoor/api/suspendTokenAsyncType
tokenIdentifierstring
reasonstring
reasonDescriptionstring
causedBystring

Resume (unblock) a token

/tokenization-outdoor/api/resumeTokenAsyncType
tokenIdentifierstring
reasonstring
reasonDescriptionstring
causedBystring

Delete (terminate) a token permanently

/tokenization-outdoor/api/deleteTokenAsyncType
tokenIdentifierstring
reasonstring
reasonDescriptionstring
causedBystring

Token query 2

Get token status and details

/tokenization-outdoor/api/getTokenStatusAsyncType
tokenIdentifierstring
includeDetailsboolean
returns
tokenIdentifierstring
paymentAccountReferencestring
statusstring
statusTimestampstring (date-time)
detailsobject

Search tokens by criteria

/tokenization-outdoor/api/searchTokensAsyncType
paymentAccountReferencestring
tokenIdentifierstring
statusarray
maxResultsinteger (int32)
returns
tokensarray
totalCountinteger (int32)

Card management 2

Notify TSP of card updates (expiry, details)

/tokenization-outdoor/api/notifyCardUpdateAsyncType
paymentAccountReferencestring
updateTypestring
newExpirystring
cardholderInfoobject
returns
paymentAccountReferencestring
tokensAffectedinteger (int32)
affectedTokensarray
updateTimestampstring (date-time)

Replace card (new PAN, reissue)

/tokenization-outdoor/api/replaceCardAsyncType
oldPaymentAccountReferencestring
newCardDataobject
reasonstring
returns
oldPaymentAccountReferencestring
newPaymentAccountReferencestring
tokensUpdatedinteger (int32)
tokenReplacementsarray