Ten Years of Service
Posts: 824
Threads: 58
Anyone know how to connect PP with forum upgrades? (Auto Upgrades) 12-27-2015, 03:38 AM
#1
Well, me and my friend are setting up a forum, and if possible, I need someone to inform me of how to make VIP upgrades automatic when purchased via PayPal.
If anyone could help, it'd be really appreciated, thank you.
•
Eleven Years of Service
Posts: 737
Threads: 291
RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) 12-27-2015, 08:20 AM
#3
PayPal will limit your PayPal instantly like they did mine on my forum if it's not verified. That being said I suggest you to verify your PayPal.
•
Ten Years of Service
Posts: 665
Threads: 36
RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) 12-27-2015, 09:20 AM
#4
Use IPN (Instant Payment Notification) hook from PayPal. It will send a request to your script everytime someone completes an order. You can then parse than to MyBB and upgrade the user.
•
Ten Years of Service
Posts: 2,394
Threads: 119
RE: Anyone know how to connect PP with forum upgrades? (Auto Upgrades) 01-06-2016, 09:31 AM
#10
I'm not going to spoonfeed you but you're gonna need to use an IPN. You will need to pass the UID and upon payment completion confirmation from PayPal you will need to run a SQL query to update the GID.
Paypal have quite a lot of documentation regarding the IPN.
•