Skip to content

Add Webhook Support #32

Open
Open
@steve-bang

Description

@steve-bang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions