XF 2.1 Stripe payment if already using Stripe on Woocommerce

Mr Lucky

Well-known member
I want to set up Stripe in xenforo as a payment profile for user upgrades BUT I don't know if I can do this if I am already using the same stripe account on a Woocommerece store.

So I already have an endpoint for the Woocommerce site, will it work if I just add in Stripe settings another endpoint for xenforo?

Code:
https://cafesaxophone.com/payment_callback.php?_xfProvider=stripe
 
Setting up another webhook should be sufficient. There may ultimately be some logs that relate to unrelated transactions so we might log them as "errors" internally because they don't have the expected information, but I believe it should all work as expected.
 
Top Bottom