Skip to main content

WebhookEventTypeListData

items object[]required
  • Array [
  • eventTypestringrequired
    Example: transaction.approved
    descriptionstringrequired
  • ]
  • WebhookEventTypeListData
    {
    "items": [
    {
    "eventType": "transaction.approved",
    "description": "string"
    }
    ]
    }