ExpiryDate

  • The expiration date is represented using JSON and requires both the month and year.

  • expiryMonth and expiryYear fields are mandatory and should be formatted as MM and YY, respectively, representing the expiration month and year.

Expiration date, the month and the year.

JSON representation
{
  "expiryMonth": string,
  "expiryYear": string
}
Fields
expiryMonth

string

REQUIRED: Expiration month, formatted MM.

expiryYear

string

REQUIRED: Expiration year, formatted YY.