webhooks library

The PayPal REST APIs use webhooks for event notification. Webhooks are HTTP callbacks that receive notification messages for events. After you configure a webhook listener for your app, you can create a webhook, which subscribes the webhook listener for your app to events. The notifications namespace contains resource collections for webhooks.

https://developer.paypal.com/api/webhooks/v1/

Classes

Event
A webhook event.
EventList
List event notifications response.
EventType
Event type.
EventTypeList
Event types list.
ResourceVersion
Resource version.
SimulateEvent
Simulate event request.
VerifyWebhookSignatureRequest
Verifies a webhook signature.
VerifyWebhookSignatureResponse
Verify webhook signature response
Webhook
A webhook.
WebhookIds
A list of webhook IDs.
WebhooksList
List webhooks response.

Enums

AnchorType
Filters for webhooks
VerificationStatus
Verification status.

Constants

anchorTypeEnumMap → const Map<AnchorType, String>