(WordPress with 5.26+ CiviCRM) What is the correct webhook?
In Wordpress (CiviCRM rel. 5.39.1) we reciving the follow (yellow) warning:
Stripe Webhook missing or needs update! Expected webhook path is: https://xxxxxxxxxx.it/civicrm/?civiwp=CiviCRM&q=civicrm%2Fpayment%2Fipn%2F9
with "/civicrm/";
but according https://docs.civicrm.org/sysadmin/en/latest/setup/payment-processors/recurring/ the webhook configuration should be as follows:
https://example.com/?civiwp=CiviCRM&q=civicrm/payment/ipn/NN
without "/civicrm/" and - owever - (apparently) it works fine on our CiviCRM
What is the correct webhook?
Edited by kcristiano