|
|
#1 |
|
Bronze Member
![]() Join Date: Jan 2005
Posts: 42
|
I know that paypal IPN sends data to a webpage you choose without the user seeing the url but how does it work? i want to add an area to my site in which onlys allows access to peope who paid and have instant access so would send data like a userrname or pass so its creates the account.
is this the same as the notify option, i think it is? thanks |
|
|
|
|
|
#2 |
|
Super Noob
![]() |
you would need to setup your own user management system on your site first. then when people sign up, they get sent to paypal for processing and after payment they are redirected back to your site. the information sent back from paypal would need to be pulled into your database to update the users status.
|
|
|
|
|
|
#3 | |
|
Bronze Member
![]() Join Date: Jan 2005
Posts: 42
|
Quote:
Im not quite sure how this would work. |
|
|
|
|
|
|
#4 |
|
Super Noob
![]() |
here is the IPN manual directly from paypal, it explains everything much better than i could.
https://www.paypal.com/en_US/pdf/ipn.pdf hope that helps clear up your confusion a little.
|
|
|
|
|
|
#5 |
|
Silver Member
![]() |
When the person pays, the Paypal servers send a request to the script you specify. It's not like the old days where they can change the URL, because they're not in control of it, PayPal is.
The Paypal response tells you everything you need to know, the time, the transaction number, success/failure etc.
__________________
Chroder.com - My Blog |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|