Skip to main content
InputObject

Input Fields

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
required
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.
tokenizedPan
The value of the acquirer token.
token
The value of the acquirer token.
walletType
The wallet provider for this payment method. Null if not applicable.
{
  "expirationMonth": NumericMonth,
  "expirationYear": NumericYear4Digits,
  "securityCode": SecurityCodeInput,
  "tokenizedPan": "xyz789",
  "token": "abc123",
  "walletType": "APPLE_PAY"
}