diff --git a/docs/hooks.md b/docs/hooks.md index 1dfaf9692e84f911502d44cf197e949e0b8df4f8..74b747c07f3c7b1696f092b246dcd9098f70b8ad 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -4,6 +4,8 @@ This allows you to implement custom handling for unrecognised/unknown webhook events. +Example implementation: https://github.com/mjwconsult/civicrm-stripewebhookrules + For example if you use the same Stripe account to take payments through multiple systems (eg. online shop, CiviCRM) you will receive webhooks for payments to both systems. But only the payments that were created using CiviCRM will be matched.