Open
Description
Summary
Currently, the SDK does not provide built-in support for handling PayPal Webhooks. Since Webhooks are essential to receive asynchronous event notifications.
Proposed Solution
- Add a
WebhookHandler
class or utility to:- Verify the signature using PayPal's
verify-webhook-signature
endpoint. - Deserialize and route events based on
event_type
. - Optionally allow custom delegates or middleware integration for developers to process events.
- Verify the signature using PayPal's
Metadata
Metadata
Assignees
Labels
No labels