File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -376,17 +376,10 @@ Route::post(
376
376
'\App\Http\Controllers\WebhookController@handleWebhook'
377
377
);
378
378
```
379
-
380
- This package emits a ` Digikraaft\PaystackSubscription\Events\WebhookReceived ` event when a webhook is received,
381
- and a ` Digikraaft\PaystackSubscription\Events\WebhookHandled ` event when a webhook was handled by the package.
382
- Both events contain the full payload of the Paystack webhook.
379
+ Under the hood, wehbook handling is done using [ this package] ( https://github.com/digikraaft/laravel-paystack-webhooks )
383
380
384
381
You can find details about Paystack events [ here] ( https://paystack.com/docs/payments/webhooks/#supported-events )
385
382
386
- ### Verifying Webhook Signatures
387
- To secure your webhooks, you may use Paystack's webhook signatures. For convenience, this package
388
- automatically includes a middleware which validates that the incoming Paystack webhook request is valid.
389
-
390
383
## Paystack API
391
384
If you would like to interact with the Paystack objects directly,
392
385
you may conveniently retrieve them using the ` asPaystack ` method:
You can’t perform that action at this time.
0 commit comments