PayPal · Schema

Event Type List

A list of webhook events.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
event_types array An array of webhook events.
View JSON Schema on GitHub

JSON Schema

paypal-eventtypelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventTypeList",
  "title": "Event Type List",
  "type": "object",
  "description": "A list of webhook events.",
  "properties": {
    "event_types": {
      "type": "array",
      "description": "An array of webhook events.",
      "items": {
        "$ref": "#/components/schemas/event_type"
      }
    }
  }
}