Mastercard · Schema

LvcExpiryDateTime

Applicable only for 'LVC' card. The date/time after which the 'LVC' card should be considered as expired or invalid.

The 'expiry' and 'expiry Date Time' fields are mutually exclusive.
Expressed in ISO 8601 extended format. Must be
YYYY-MM-DDThh:mm:ss[.sss](+|-)hh:mm where [.sss] is optional and can be 1 to 3 digits.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-lvc-expiry-date-time-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LvcExpiryDateTime",
  "type": "string",
  "description": "Applicable only for 'LVC' card. The date/time after which the 'LVC' card should be considered as expired or invalid.<br/> <br/> The 'expiry' and 'expiry Date Time' fields are mutually exclusive. <br/>Expressed in ISO 8601 extended format. Must be <br/> YYYY-MM-DDThh:mm:ss[.sss](+|-)hh:mm where [.sss] is optional and can be 1 to 3 digits."
}