Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

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.

Steps

  1. 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.
  2. Make sure to select at least one event type. For testing, try checking all of them.
  3. 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.