Skip to main content
InputObject

Input Fields

cryptogram
required
The cryptogram generated by the token provider to be used on the transaction.
tokenValue
required
The value of the network token.
expirationMonth
required
The two-digit month (MM) of the card’s expiration date.
expirationYear
required
The four-digit year (YYYY) of the card’s expiration date.
securityCode
[DEPRECATED: Network tokens do not have security codes, so this will be removed.] The 3 digit number (or 4 digit if American Express) found on the customer’s card, or the specific reason if the security code is omitted from the request.
ecommerceIndicator
Ecommerce indicator provided by the wallet provider.
walletType
The wallet provider for this payment method. Null if not applicable.
{
  "cryptogram": "abc123",
  "tokenValue": "abc123",
  "expirationMonth": NumericMonth,
  "expirationYear": NumericYear4Digits,
  "securityCode": SecurityCodeInput,
  "ecommerceIndicator": "abc123",
  "walletType": "APPLE_PAY"
}