Network Tokenization Fields

Braintree supports credit card processing with network tokens. A transaction will be qualified to be processed with a network token if the vaulted credit card has been tokenized. This capability is currently supported for Visa and Mastercard vaulted credit cards.

Server-Side Response ObjectsAnchorIcon

Below response fields will be true if a CreditCard has been tokenized and a Transaction has been processed with a network token. Credit Card
FieldTypeExplanation
isNetworkTokenizedboolean 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
FieldTypeExplanation
processedWithNetworkTokenbooleanIndicates whether this transaction has been processed with a network token.
networkTokenmap If paymentInstrumentType is networkToken, the details of the token used for the transaction are in key value pair.