XF 2.0 Setting up Payment profiles

Nicky Vermeersch

Active member
I was wondering what callback to use since I have a few ones left in my root folder from other addons when I was on XF1.

When trying to setup Stripe or Paypal, should I use the payment_callback.php, donation_callback.php or donation_manager_callback.php ?
 
Same as XF1, though you have to mention which provider it is.

The Stripe provider clearly states:
You will also need to set up a webhook endpoint in your Stripe account with the following URL: https://xenforo.com/community/payment_callback.php?_xfProvider=stripe

PayPal shouldn’t need configuring because we pass that info to PayPal automatically but if you do want to then you use the same URL with paypal.

Obviously your board URL, not ours ;)
 
Top Bottom