Bunq · Schema

EventObject

Banking

Properties

Name Type Description
BunqMeTab object
BunqMeTabResultResponse object
BunqMeFundraiserResult object
Card object
CardDebit object
DraftPayment object
FeatureAnnouncement object
IdealMerchantTransaction object
Invoice object
ScheduledPayment object
ScheduledPaymentBatch object
ScheduledInstance object
MasterCardAction object
BankSwitchServiceNetherlandsIncomingPayment object
Payment object
PaymentBatch object
RequestInquiryBatch object
RequestInquiry object
RequestResponse object
ShareInviteBankInquiry object
ShareInviteBankResponse object
SofortMerchantTransaction object
TransferwisePayment object
View JSON Schema on GitHub

JSON Schema

bunq-eventobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventObject",
  "title": "EventObject",
  "type": "object",
  "properties": {
    "BunqMeTab": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqMeTab"
    },
    "BunqMeTabResultResponse": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqMeTabResultResponse"
    },
    "BunqMeFundraiserResult": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BunqMeFundraiserResult"
    },
    "Card": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Card"
    },
    "CardDebit": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/CardDebit"
    },
    "DraftPayment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/DraftPayment"
    },
    "FeatureAnnouncement": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/FeatureAnnouncement"
    },
    "IdealMerchantTransaction": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/IdealMerchantTransaction"
    },
    "Invoice": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Invoice"
    },
    "ScheduledPayment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/SchedulePayment"
    },
    "ScheduledPaymentBatch": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/SchedulePaymentBatch"
    },
    "ScheduledInstance": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/ScheduleInstance"
    },
    "MasterCardAction": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/MasterCardAction"
    },
    "BankSwitchServiceNetherlandsIncomingPayment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/BankSwitchServiceNetherlandsIncomingPayment"
    },
    "Payment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/Payment"
    },
    "PaymentBatch": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/PaymentBatch"
    },
    "RequestInquiryBatch": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/RequestInquiryBatch"
    },
    "RequestInquiry": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/RequestInquiry"
    },
    "RequestResponse": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/RequestResponse"
    },
    "ShareInviteBankInquiry": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/ShareInviteMonetaryAccountInquiry"
    },
    "ShareInviteBankResponse": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/ShareInviteMonetaryAccountResponse"
    },
    "SofortMerchantTransaction": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/SofortMerchantTransaction"
    },
    "TransferwisePayment": {
      "type": "object",
      "description": "",
      "readOnly": true,
      "writeOnly": false,
      "$ref": "#/components/schemas/TransferwiseTransfer"
    }
  }
}