v1

latestOpenAPI 3.0.12026-07-2421268219.4 KB
/v1/tokenizations

Get tokenization

Retrieve tokens from Secure Fields or Mobile SDK integrations

post/v1/tokenizations/{tokenizationId}

Path parameters

tokenizationIdinteger required

Response

Successfully returned tokenization.

paymentMethodstring
aliasstring

The resulting alias, if requested or available.

fingerprintstring

An unique identifier of the card number. Useful to identify multiple customers' or the same customer's transactions where the same card was used.

maskedCardstring
aliasCVVstring
aliasIbanstring
maskedIbanstring
aliasAccountNumberstring
maskedAccountNumberstring
aliasBranchCodestring
expiryYearstring

The expiry year of the credit card alias

expiryMonthstring

The expiry month of the credit card alias.

walletIndicator'APL' | 'PAY'
last4string
usage'SIMPLE' | 'REGISTRATION'

Example response

{
  "alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt",
  "fingerprint": "F-coGuJQ55tUk8CnKGI9PX1T",
  "networkToken": {
    "paymentAccountReference": "5001a9f027e5629d11e3949a0800a"
  }
}
All 21 operations