No.
If you would like to utilise Network Tokens, contact your Account Manager or Judopay Customer Support help@judopay.com.
You will notice the following additional attributes in the request / response body:
Request
The request will have a new optional attribute that allows the merchant to specify if they would like to disable using network tokenisation for a given transaction.
If not used all transactions will use the default settings and will automatically be tokenised.
To disable network tokenisation, send the attribute "disableNetworkTokenisation": true in the request.
Response
The response will have the following additional attributes:
-
networkTokenProvisioned networkTokenUsed
These will indicate whether a Network Token was used to complete that transaction.
"disableNetworkTokenisation" : false,
"networkTokenisationDetails": {
"networkTokenProvisioned": true,
"networkTokenUsed": true,
"virtualPan": {
"lastFour": "0196",
"expiryDate": "0929"
}
}The virtualPan block provides the PAN-formatted representation of the Network Token.
-
lastFour- Last four of the virtual PAN.
-
expiryDate- Expiry of the virtual PAN.
NOTE: Network Tokens are currently available for Visa and Mastercard transactions only.