YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

IPN function in ASP Options
avnernetz
#1 Posted : Monday, April 14, 2003 6:32:44 PM
Rank: Starting Member

Groups: Registered

Joined: 4/9/2003
Posts: 2
Location: ,
Hi there, I am looking for developer that can build me a function to process PayPal payment with IPN. All I need is to be able process payment without leaving the site on PayPal as I do with the CC gateways. I assume I do not need all the options of this object since all I have is: 1. order number 2. total amount 3. site paypal email address 4. customer paypal email address 5. Order (Item) description I have it work on PayPal as redirect link, but I do not like the customer to leave the site. I like to process the payment and if everything approved to continue with my script of processing the order. If did not get approved, display the error message detail to the customer and let him fix what ever need to be fixed. Is there any other mandatory data needed? Here is how I like the function to be setup when I call it: IPNResult = ProcessIPN(intOrderID, intOrderAmount, strSiteEmail, strUserEmail, strDescription) when the return in the function need to be separated with "|" between each variables returned so I can process them from there like this: strResult = split(IPNResult,"|") assume there is only 2 variables returned (approved yes/no, reason/error text) If approved, I know that the money was transferred to my account. strApproved = strResult(0) StrErrorText = strResult(1) from here I can do what ever need to be done in my code. I need it a.s.a.p. so your fast response is required. Please feel free to get in touch with me with price and time table to finish this. Thank you very much for your time, Avner Netz avner@netzbiz.com
Sponsor  
 
paypal_pb
#2 Posted : Monday, April 14, 2003 6:49:22 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
The PayPal interface does not work like that.

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
avnernetz
#3 Posted : Monday, April 14, 2003 7:04:36 PM
Rank: Starting Member

Groups: Registered

Joined: 4/9/2003
Posts: 2
Location: ,
OK. can you refere me to anyone that can solve my problem?
If it's not work like that, can it still be used in a similer way?
I need to verify payment was process with no errors WITHOUT redirect the user out side of my site. All the process need to be done in the background, and depending on the response from paypal server I can process the order or display an error message to user.
Thank you for your time.
paypal_pb
#4 Posted : Monday, April 14, 2003 10:10:42 PM
Rank: Starting Member

Groups: Registered

Joined: 9/16/2002
Posts: 2,960
Location: ,
The payer needs to visit the PayPal site.

Patrick Breitenbach
PayPal, Inc.
Dev Net: https://www.paypal.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.155 seconds.