Przelewy24 · Schema

NetworkTokenNotificationTokenExpire

Data on the validity of the token

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

NetworkTokenNotificationTokenExpire.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NetworkTokenNotificationTokenExpire",
  "type": "object",
  "description": "Data on the validity of the token",
  "properties": {
    "month": {
      "type": "integer",
      "description": "Month",
      "example": 2
    },
    "year": {
      "type": "integer",
      "description": "Year",
      "example": 2028
    }
  }
}