Przelewy24 · Schema

eventSuccessData

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
p24 boolean Indication of the message addressee
type string Indication of message type
data object
View JSON Schema on GitHub

JSON Schema

eventSuccessData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "eventSuccessData",
  "properties": {
    "p24": {
      "type": "boolean",
      "description": "Indication of the message addressee"
    },
    "type": {
      "type": "string",
      "description": "Indication of message type",
      "example": "success"
    },
    "data": {
      "type": "object",
      "$ref": "#/components/schemas/eventSuccessDataData"
    }
  }
}