This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Webhook Validation
Steve Coffey edited this page Sep 21, 2016
·
5 revisions
If you wish to integrate paypal webhooks in your website, one part of the setup is to receive webhooks. Creating webhook is not covered here, and could be followed from instruction here.
- Create at least one webhook by either following a sample here, or go into developer docs. This needs to be done only once per URL.
- Make sure to select at least one event type. For testing, try checking all of them.
- On the server, when you receive this call, use the
VerifyWebhookSignature
API to validate this webhook event. Please refer to the API sample for more details.
Getting Started
Using Our SDK
Configurations
Extras
External Links