Przelewy24 · Schema

eventFailData

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
p24 boolean Indication of the message addressee
type string Indication of message type
error array An indication of the type of error
View JSON Schema on GitHub

JSON Schema

eventFailData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "eventFailData",
  "properties": {
    "p24": {
      "type": "boolean",
      "description": "Indication of the message addressee"
    },
    "type": {
      "type": "string",
      "description": "Indication of message type",
      "example": "fail"
    },
    "error": {
      "type": "array",
      "description": "An indication of the type of error",
      "items": {
        "type": "string",
        "example": "invalidCardNumber"
      }
    }
  }
}