Przelewy24 · Schema

NetworkTokenNotificationCardExpireDate

Card expiry data

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
month integer Month
year integer Year
View JSON Schema on GitHub

JSON Schema

NetworkTokenNotificationCardExpireDate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NetworkTokenNotificationCardExpireDate",
  "type": "object",
  "description": "Card expiry data",
  "properties": {
    "month": {
      "type": "integer",
      "description": "Month",
      "example": 10
    },
    "year": {
      "type": "integer",
      "description": "Year",
      "example": 2025
    }
  }
}