Page Summary
-
The expiration date is represented using JSON and requires both the month and year.
-
expiryMonthandexpiryYearfields are mandatory and should be formatted asMMandYY, respectively, representing the expiration month and year.
Expiration date, the month and the year.
| JSON representation |
|---|
{ "expiryMonth": string, "expiryYear": string } |
| Fields | |
|---|---|
expiryMonth |
REQUIRED: Expiration month, formatted |
expiryYear |
REQUIRED: Expiration year, formatted |