TDV Adapter for PayPal

Build 22.0.8462

Notifications

Query the list of event types that are subscribed to a Webhook.

Table Specific Information

Select

The only filter supported by the PayPal API is WebhookId, which only supports the = operator. This is a required parameter.The adapter processes other filters client side within the adapter.

For example, the following query is processed server side and retrieves 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462