Przelewy24 · Schema

extended_blikadnotification

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
email string client email
value string alias value
type string UID for oneclick, PAYID for recurring payments
status string REGISTERED / UNREGISTERED / EXPIRED
View JSON Schema on GitHub

JSON Schema

extended_blikadnotification.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_blikadnotification",
  "properties": {
    "email": {
      "type": "string",
      "description": "client email"
    },
    "value": {
      "type": "string",
      "description": "alias value"
    },
    "type": {
      "type": "string",
      "description": "UID for oneclick, PAYID for recurring payments"
    },
    "status": {
      "type": "string",
      "description": "REGISTERED / UNREGISTERED / EXPIRED",
      "example": "REGISTERED"
    }
  }
}