Re: [WebDNA] anyone successfully using webdna with paypal's NVP API?

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 101593
interpreted = N
texte = Hi Lawrence, I didn't answer before because I had not yet really looked into the API. I am not sure at which point one's code's interaction with paypal =20 servers qualifies for the title 'using the API', or not... but we are =20= now successfully taking fully-paid orders in 3 clicks. One click goes =20= from our webdna shopping cart to paypal, 2nd click logs the user in to =20= his paypal acct, and the 3rd confirms the order, transfers the $, and =20= gets the user back to our thanksAlot webdna page. Before I looked =20 into the paypal 'API' I did not know how to do this. Communicating =20 with paypal this way can be done with form posts, webdna's =20 [TCPConnect], or via other [scripting] languages. -G On Nov 27, 2008, at 12:33 AM, Lawrence wrote: > Hi, I'm using paypal for some clients. I'm only using Post forms =20 > with some fields for the validation back to the website. It run's =20 > fine... > What is the point of using the NVP API? On what OS is it running? > Lawrence > > > > Dan Strong a =E9crit : >> I hooked up to PayPal's system a long long time ago =20 >> (2003? ...search the archives for "Paypal"). At the time I did not =20= >> use [TCPConnect]. It was simply a matter of POSTing the order from =20= >> a secure server (https://) and then having a page setup on the same =20= >> secure server to receive the order response from PayPal, which I =20 >> parsed out with WebDNA. It really wasn't all that complicated and =20 >> it worked just fine. But I am not really sure if that pertains to =20 >> what you're doing today, what with all them new-fangled PayPal =20 >> thingamabobbers and whatnot :) >> -Dan >> >> >> On Wed, 26 Nov 2008 14:42:02 -0700 >> Govinda wrote: >>> Hello all :-) Happy Thanksgiving to those who have this holiday >>> >>> I need to implement Paypal's express checkout on a webdna shopping =20= >>> site. >>> We are expecting to go with a webdna [shell] to a php or perl =20 >>> script (as far as I've got into it so far), but I wanted to ask- >>> Is anyone successfully using [TCPconnect] with paypal's NVP API? >>> Every so often someone comes along and says, "I was using =20 >>> TCPconnect for _______, BUT then _________ started happening". >>> >>> Can people give your definitive answer - Is TCPconnect stable? =20 >>> Do people feel there is a pattern in issues relating to this tag? >>> >>> We would love to stay all Webdna for this, since we know it best =20 >>> and can tweak, fast, all we like, ...but we want to set it up and =20= >>> just be done with it for years. >>> >>> Bob Minor, you there? I remember you had integrated paypal into =20 >>> your merchant store product years ago, and I assume you keep it =20 >>> up to date. >>> Do you use TCPconnect? Why or why not? Anyone else? >> Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Stuart Tremain 2008)
  2. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  3. RE: [WebDNA] anyone successfully using webdna with paypal's NVP API? ("Michael A. DeLorenzo" 2008)
  4. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  5. RE: [WebDNA] anyone successfully using webdna with paypal's NVP API? ("Michael A. DeLorenzo" 2008)
  6. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
  7. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (frank@cwolfe.com 2008)
  8. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Toby Cox 2008)
  9. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Lawrence 2008)
  10. Re: [WebDNA] anyone successfully using webdna with paypal's NVP API? (Stuart Tremain 2008)
  11. [WebDNA] anyone successfully using webdna with paypal's NVP API? (Govinda 2008)
Hi Lawrence, I didn't answer before because I had not yet really looked into the API. I am not sure at which point one's code's interaction with paypal =20 servers qualifies for the title 'using the API', or not... but we are =20= now successfully taking fully-paid orders in 3 clicks. One click goes =20= from our webdna shopping cart to paypal, 2nd click logs the user in to =20= his paypal acct, and the 3rd confirms the order, transfers the $, and =20= gets the user back to our thanksAlot webdna page. Before I looked =20 into the paypal 'API' I did not know how to do this. Communicating =20 with paypal this way can be done with form posts, webdna's =20 [tcpconnect], or via other [scripting] languages. -G On Nov 27, 2008, at 12:33 AM, Lawrence wrote: > Hi, I'm using paypal for some clients. I'm only using Post forms =20 > with some fields for the validation back to the website. It run's =20 > fine... > What is the point of using the NVP API? On what OS is it running? > Lawrence > > > > Dan Strong a =E9crit : >> I hooked up to PayPal's system a long long time ago =20 >> (2003? ...search the archives for "Paypal"). At the time I did not =20= >> use [tcpconnect]. It was simply a matter of POSTing the order from =20= >> a secure server (https://) and then having a page setup on the same =20= >> secure server to receive the order response from PayPal, which I =20 >> parsed out with WebDNA. It really wasn't all that complicated and =20 >> it worked just fine. But I am not really sure if that pertains to =20 >> what you're doing today, what with all them new-fangled PayPal =20 >> thingamabobbers and whatnot :) >> -Dan >> >> >> On Wed, 26 Nov 2008 14:42:02 -0700 >> Govinda wrote: >>> Hello all :-) Happy Thanksgiving to those who have this holiday >>> >>> I need to implement Paypal's express checkout on a webdna shopping =20= >>> site. >>> We are expecting to go with a webdna [shell] to a php or perl =20 >>> script (as far as I've got into it so far), but I wanted to ask- >>> Is anyone successfully using [tcpconnect] with paypal's NVP API? >>> Every so often someone comes along and says, "I was using =20 >>> TCPconnect for _______, BUT then _________ started happening". >>> >>> Can people give your definitive answer - Is TCPconnect stable? =20 >>> Do people feel there is a pattern in issues relating to this tag? >>> >>> We would love to stay all Webdna for this, since we know it best =20 >>> and can tweak, fast, all we like, ...but we want to set it up and =20= >>> just be done with it for years. >>> >>> Bob Minor, you there? I remember you had integrated paypal into =20 >>> your merchant store product years ago, and I assume you keep it =20 >>> up to date. >>> Do you use TCPconnect? Why or why not? Anyone else? >> Govinda

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WebDNA] An apache config file that works? (2013) Showif -what am I missing??? (1999) Emailer port change (1997) Help! WebCat2 bug (1997) [WebDNA] fastcgi 7+ & [cart]? (2010) SpiderBotLock! (2003) Webcat2, WebCommerce, Mod 10 etc. (1997) anyone interested in doing an open-source WebCat basedforum? (2002) Problems with [Applescript] (1997) Nested searches (1998) php vs WebCatalog (2000) PSC recommends what date format yr 2000??? (1997) syntax question, not in online refernce (1997) E-Mail (1998) [WebDNA] More wish-list requests implemented (2016) carriage returns in data (1997) Sku numbers (1997) Kaaaaahhhhhhhnnnnnnn! (1997) Some Questions (1997) Signal Raised (1997)