Notifications
Returns the list of event types that are subscribed to a Webhook.
View-Specific Information
SELECT
The only filter supported by the PayPal API is WebhookId, which only supports the = operator. This is a required parameter. The provider processes all other filters client-side.
For example, the provider processes the following query server-side to retrieve the Notifications list for the specified Webhook.
SELECT * FROM Notifications WHERE WebhookId = '8BU398853V564980H'
Columns
| Name | Type | References | Description |
| Name | String | The unique event type name. | |
| Description | String | The human-readable description of the event type. | |
| WebhookId | String | Webhook Id. |