Skip to main content
Some merchants and platforms may have the option to decrypt an Apple Pay token themselves. For this scenario, direct pass through of these decrypted Apple Pay tokens to the API is supported using the network-token method.
{
  "method": "network-token",
  "token": "4111111111111111",
  "expiration_date": "02/30",
  "cryptogram": "AAEBAwQjSQAAXX...",
  "eci": "05",
  "card_suffix": "1234", 
  "card_scheme": "visa",
  "card_source": "apple-pay",
  "card holder_name": "John Smith"
}