I got an IPN url set up on my paypal already, and now I have to set up another one for wsnlinks, but we can only set up one url on personal paypal account.
What I can do for this? is there a way to bypass IPN url and it will redirect to the correct page after sending the payment?
why I am asking is beasue I see another directory script doesn't require the IPN and it can redirect to the correct page after the payment.
I have some other directories that I want to switch to wsnlinks. but the IPN makes me stop. right now, if no IPN enters, the script will just redirect the user to the homepage rather than the thank-you page.
People usually have more than one directory site nowadays.
I have it working but I'm not sure if it'll handle e-check delays and it doesn't seem to use the same verification process so it's possible for people to fake a payment... plus I don't believe it'll process if the customer doesn't click the return to site option. It'll be paypalreturn.php.
Comments on What to do if I have more than one IPN ?
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
I got an IPN url set up on my paypal already, and now I have to set up another one for wsnlinks, but we can only set up one url on personal paypal account.
What I can do for this? is there a way to bypass IPN url and it will redirect to the correct page after sending the payment?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't know of a way, unless the 'return url' does it (never tried), but you'd best ask paypal's support.
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
why I am asking is beasue I see another directory script doesn't require the IPN and it can redirect to the correct page after the payment.
I have some other directories that I want to switch to wsnlinks. but the IPN makes me stop. right now, if no IPN enters, the script will just redirect the user to the homepage rather than the thank-you page.
People usually have more than one directory site nowadays.
Anyone has any idea how to solve this problem?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
So what does this other script do? Does it set the return url on the payment button?
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
Yes, they set the return url on the payment button.
This is from another directory script.
This is from wsnlinks
Hope u can make a hack or addon for this.
thanks,
mc
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Open paypal.php and at the bottom just above add , then set your return url in the form to {DIRURL}/paypal.php?showsite=1
Does that work properly?
Forum Regular
Usergroup: Customer
Joined: May 14, 2006
Total Topics: 41
Total Comments: 103
I tried your codes, but I was redirected to .../paypal.php which is a blank page, and nothing was showing on that page.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I have it working but I'm not sure if it'll handle e-check delays and it doesn't seem to use the same verification process so it's possible for people to fake a payment... plus I don't believe it'll process if the customer doesn't click the return to site option. It'll be paypalreturn.php.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Correction: I don't think those'll be issues after all, I got it to validate the normal way.