I am trying to set up a connection between my PayPal business account, which receives XF payments, and something like Google Sheets or Zapier. My ultimate goal is to run some subscription analytics in a software like ChartMogul (they require PayPal data via IPN). Currently, the IPN URL is overwritten by XF developers / back-end - I found this out via researching this issue.
Is there a way to change the IPN URL set by XF from ping'ing XF to ping'ing a IPN relay service (i.e. Zapier's IPN relay service), so I can forward PayPal transaction data to BOTH XF and another service of my choosing? The issue I'm having is the IPN override by XF is limiting my ability to use PayPal data in other places.
Here is information on the Zapier relay service: https://zapier.com/help/doc/how-use-multiple-ipns-paypal
Here is what Zapier is saying about IPN override: Note: If the plugin/service overrides Zapier's IPN URL in your PayPal account, you'll need to disable it to allow Zapier's URL to persist as the default IPN URL.
As a workaround, can I disable the PayPal payment profile in the admin control panel and capture the XF URL in the IPN forwarding service - https://site.com/payment_callback.php?_xfProvider=paypal. Could this be an option? I'm not sure if the XF integration needs to activated for other reasons as well...
Is there a way to change the IPN URL set by XF from ping'ing XF to ping'ing a IPN relay service (i.e. Zapier's IPN relay service), so I can forward PayPal transaction data to BOTH XF and another service of my choosing? The issue I'm having is the IPN override by XF is limiting my ability to use PayPal data in other places.
Here is information on the Zapier relay service: https://zapier.com/help/doc/how-use-multiple-ipns-paypal
Here is what Zapier is saying about IPN override: Note: If the plugin/service overrides Zapier's IPN URL in your PayPal account, you'll need to disable it to allow Zapier's URL to persist as the default IPN URL.
As a workaround, can I disable the PayPal payment profile in the admin control panel and capture the XF URL in the IPN forwarding service - https://site.com/payment_callback.php?_xfProvider=paypal. Could this be an option? I'm not sure if the XF integration needs to activated for other reasons as well...