Alaska Software Inc. - Paypal
Username: Password:
AuthorTopic: Paypal
Steve WoolstenhulmePaypal
on Mon, 10 Aug 2009 14:45:04 -0500
I'm working on integrating Paypal into my websites.  Paypal has sample code 
for a "Listener" in Cold Fusion, Perl, ASP.NET, etc.  Has anyone developed 
one for WAA?  I guess I can muddle through building one by translating one 
of the samples, but I was hoping to find a shortcut!

When I get mine working I'll be happy to share it.
Allen Lee Re: Paypal
on Mon, 10 Aug 2009 22:03:05 -0700
Steve Woolstenhulme wrote:
> I'm working on integrating Paypal into my websites.  Paypal has sample code 
> for a "Listener" in Cold Fusion, Perl, ASP.NET, etc.  Has anyone developed 
> one for WAA?  I guess I can muddle through building one by translating one 
> of the samples, but I was hoping to find a shortcut!
> 
> When I get mine working I'll be happy to share it.
> 
> 
I have developed a credit card authorization procedure for transmission 
to web servers other than Paypal.
In a standalone HTML page a JavaScript GET parsing module was used to 
interpret the paired strings returned from the credit card server.
Then a JavaScript redirection line passed the returned variables back to 
  the Alaska WAA package for processing.
The experience is seamless to the user.
Paypal's requirements may be different but I might be able to help with 
the psuedo-code if you run into trouble.