Resource icon

[bd] Paygate: STRIPE 1.2.0

No permission to download
It got the buttons back visible, but they wouldn't actually do anything. Didn't have time to try and figure it out. Hopefully soon.
aaaaaand I try it today and it seems to in fact actually work just fine. <facepalm.jpg> I have no idea, went thru the whole web debug dance and everything. Thanks for the mod and sorry for the misreport!
 
Is there any secret for getting the Stripe button to show up?

Everything appears to be configured properly...base add-on installed, Stripe add-on installed, but PayPal appears to be the only option still under the Account Upgrades.
 
Is there any secret for getting the Stripe button to show up?

Everything appears to be configured properly...base add-on installed, Stripe add-on installed, but PayPal appears to be the only option still under the Account Upgrades.
Have you configured Stripe?
 
Is there any secret for getting the Stripe button to show up?

Everything appears to be configured properly...base add-on installed, Stripe add-on installed, but PayPal appears to be the only option still under the Account Upgrades.
So one thing I had an issue with was I was deferring the JS and it was broken because of this. Same thing where PayPal showed up but Stripe did not. Once I stopped deferring it was fixed. Do you have something like that running?
 
So one thing I had an issue with was I was deferring the JS and it was broken because of this. Same thing where PayPal showed up but Stripe did not. Once I stopped deferring it was fixed. Do you have something like that running?

Thanks for the help, by the way. As far as I know, I do not. Never heard of it actually. :) Where would I check?
 
Thanks for the help, by the way. As far as I know, I do not. Never heard of it actually. :) Where would I check?
You would have an addon called DeferJS or something like that is normal.

If you want to PM me your forum URL then I can see what I can see.
 
It's a credits script that allows people to pay for upgrades with credits as well as the usual money option.
 
I'm lost trying to implement the webhook. Do I need to create and upload a .php file somewhere? My site is different than this http://domain.com/xenforo/bdpaygate/callback.php?p=stripe ---- my structure is https://www.domain.com/community/ .... if I add "bdpaygate/callback.php?p=stripe" to the end of this string it doesn't seem to work. Any help would be greatly appreciated! Thanks!

Also, when a transaction is completed currently, the user is redirected to a 404 page right now. Not exactly sure how to change this.
 
Last edited:
I'm lost trying to implement the webhook. Do I need to create and upload a .php file somewhere? My site is different than this http://domain.com/xenforo/bdpaygate/callback.php?p=stripe ---- my structure is https://www.domain.com/community/ .... if I add "bdpaygate/callback.php?p=stripe" to the end of this string it doesn't seem to work. Any help would be greatly appreciated! Thanks!

Also, when a transaction is completed currently, the user is redirected to a 404 page right now. Not exactly sure how to change this.
Make sure you upload the directory "bdpaygate" when you install [bd] Paygates (you need two add-ons for this to work: this add-on and [bd] Paygates add-on).
 
Top Bottom