Network Tokenization Fields
Important
To ensure that your merchant account is eligible for network tokenization, contact our
Customer Success team.
Server-Side Response Objects
Below response fields will be true
if a CreditCard
has been tokenized and
a Transaction
has been processed with a network token.
Credit Card
Field | Type | Explanation |
---|---|---|
isNetworkTokenized | boolean | Indicates whether this card has been network tokenized. A network tokenized card is an alternative payment credential type with a token account number (TPAN) that is used in place of the underlying source card. |
Transaction
Field | Type | Explanation |
---|---|---|
processedWithNetworkToken | boolean | Indicates whether this transaction has been processed with a network token. |
networkToken | map |
If
getPaymentInstrumentType()
is networkToken, the details of the token used for the
transaction are in key value pair.
|