Re: [WebDNA] paypal FINALLY!!!!

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 103329
interpreted = N
texte = If you want to be sure you have received a payment you must implement PayPal IPN, you cannot confirm payments with code in the PayPal success page. Sincerely, Ken Grome > Hi Patrick > > I'm not quite sure were the "TCP section" is... > also... much of the code was reworked & simplified from > Stuart's PayPal Express Payment option. > > I also need some guidance or a start to read the > transaction into a database so I know it's payed without > having to look @ paypal manually.... I like to automate > things! > > I'm really surprised this was not already done or readily > available for paypal as it offers low cost startup > merchant accounts with the paypal advantages. > > On Aug 19, 2009, at 11:41 AM, Patrick McCormick wrote: > > Please post this to the programming / TCP section. I > > know I'll be thanking you profusely! > > > > On Aug 19, 2009, at 9:49 AM, Brian Harrington, Broker wrote: > >> i finally got it ;)) > >> > >> it was requiring the address but most everything I > >> looked @ only had/required "shiptoaddress" and i even > >> had a hard time finding the address field names... > >> this works! > >> > >> however... i still need a way to post the > >> sale/response to a database so any help would be > >> great! > >> Brian > >> > >> [TEXT]content=[!] > >> [/!]METHOD=[URL]DoDirectPayment[/URL][!] > >> [/!]&USER=[URL]XXXXXX[/URL][!] > >> [/!]&PWD=[URL] XXXXXX[/URL][!] > >> [/!]&VERSION=[URL]3.2[/URL][!] > >> [/!]&SIGNATURE=[URL] XXXXXX[/URL][!] > >> [/!]&CREDITCARDTYPE=[URL]MasterCard[/URL][!] > >> [/!]&ACCT=[URL] XXXXXX[/URL][!] > >> [/!]&EXPDATE=[URL]022010[/URL][!] > >> [/!]&CVV2=[URL]305[/URL][!] > >> [/!]&AMT=[URL].75[/URL][!] > >> [/!]&TRANSACTIONID=[URL]1005[/URL][!] > >> [/!]&FIRSTNAME=[URL] XXXXXX[/URL][!] > >> [/!]&LASTNAME=[URL] XXXXXX[/URL][!] > >> [/!]&STREET=[URL] XXXXXX[/URL][!] > >> [/!]&CITY=[URL]BUFFALO[/URL][!] > >> [/!]&STATE=[URL]NY[/URL][!] > >> [/!]&ZIP=[URL]14222[/URL][!] > >> [/!]&COUNTRYCODE=[URL]US[/URL][!] > >> [/!]&PAYMENTACTION=[URL]Sale[/URL][!] > >> [/!]&IPADDRESS=[URL]072.045.150.022[/URL][!] > >> [/!]&RETURNURL=[URL]https://etrader.tv/paypaltestreply > >>.tpl[/URL][!] [/!][/TEXT] > >> > >> > >> > >> [tcpconnect host=api-3t.paypal.com&port=443&ssl=T][!] > >> [/!][tcpsend skipheader=T]POST /nvp > >> HTTP/1.0[UnURL]%0D%0A[/UnURL][!] [/!]USER-AGENT: > >> Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) > >> [UnURL]%0D%0A[/UnURL][!] > >> [/!]Content-type: > >> text/namevalue[UnURL]%0D%0A[/UnURL][!] > >> [/!]Content-Length: > >> [CountChars][content][/CountChars][UnURL]%0D > >> %0A[/UnURL][!] > >> [/!]Content-type: > >> text/namevalue[UnURL]%0D%0A[/UnURL][!] > >> [/!][UnURL]%0D%0A[/UnURL][!] > >> [/!][content][UnURL]%0D%0A[/UnURL][!] > >> [/!][/TCPSend][!] > >> [/!][/tcpconnect] > >> > >> On Aug 18, 2009, at 8:27 PM, Stuart Tremain wrote: > >>> Brian > >>> > >>> The solution you downloaded was for PayPal Express > >>> Checkout. > >>> > >>> Paypal Website Pro/ Payflow Pro is a different > >>> animal. > >>> > >>> I will put a set of files together to do the job. It > >>> is FAR simpler than the Express Checkout but you need > >>> to have a SSL to do the data collection etc. > >>> > >>> Regards > >>> > >>> Stuart Tremain > >>> IDFK Web Developments > >>> AUSTRALIA > >>> webdna@idfk.com.au > >>> > >>> On 19/08/2009, at 6:29 AM, Brian Harrington, Broker wrote: > >>>> Does anyone else here maybe have a complete simple > >>>> solution... i did download Stuarts folder a week or > >>>> so ago and tried to reverse code it but it seem > >>>> to me missing some info and was over complicated w/ > >>>> databases & includes > >>>> for what seems to be simple task or connection... I > >>>> also thinks it's funny that paypal calls > >>>> theses http connections API's.... > >>>> > >>>> On Aug 18, 2009, at 9:05 AM, Brian Harrington, Broker wrote: > >>>>> Hi Stuart.... > >>>>> > >>>>> here's a screenshot... they seem to be the same > >>>>> thing. do you have a single page that collects the > >>>>> reply into a useable webdna format...? > >>>>> > >>>>> > >>>>> > >>>>> On Aug 17, 2009, at 10:06 PM, Stuart Tremain wrote: > >>>>>> That code will work with that product. More than > >>>>>> likely why you are having problems as what you > >>>>>> have been using is more for PayPal Express > >>>>>> Payments. > >>>>>> > >>>>>> Regards > >>>>>> > >>>>>> Stuart Tremain > >>>>>> IDFK Web Developments > >>>>>> AUSTRALIA > >>>>>> webdna@idfk.com.au > >>>>>> > >>>>>> On 18/08/2009, at 11:34 AM, bharrington@1choicerealty.com wrote: > >>>>>>> Website Payments Pro... > >>>>>>> > >>>>>>>> Am I correct that you are doing PayFlow Pro or > >>>>>>>> similar ? > >>>>>>>> > >>>>>>>> Regards > >>>>>>>> > >>>>>>>> Stuart Tremain > >>>>>>>> IDFK Web Developments > >>>>>>>> AUSTRALIA > >>>>>>>> webdna@idfk.com.au > >>>>>>>> > >>>>>>>> On 18/08/2009, at 8:22 AM, Brian Harrington, Broker wrote: > >>>>>>>>> sandbox seemed to be a pain so I was going > >>>>>>>>> live... i checked my cc (debit) mastercard > >>>>>>>>> number several times...? > >>>>>>>>> > >>>>>>>>> also... i put this on the page as looking into > >>>>>>>>> a database seemed > >>>>>>>>> like to much work... > >>>>>>>>> > >>>>>>>>> [table name=PayPalWords&fields=FROM,TO] > >>>>>>>>> %2e. > >>>>>>>>> %2d- > >>>>>>>>> & > >>>>>>>>> %2F/ > >>>>>>>>> %2b+ > >>>>>>>>> %3a: > >>>>>>>>> [/Table] > >>>>>>>>> > >>>>>>>>> [ConvertWords > >>>>>>>>> table=paypalwords][L_LONGMESSAGE0][/ > >>>>>>>>> ConvertWords] > >>>>>>>>> > >>>>>>>>> put I don't ever get anything back other than > >>>>>>>>> the string... > >>>>>>>>> > >>>>>>>>> On Aug 17, 2009, at 6:05 PM, Stuart Tremain wrote: > >>>>>>>>>> Brian > >>>>>>>>>> > >>>>>>>>>> PP is saying that the CC number is invalid > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Sorry, your PayPal payment has failed > >>>>>>>>>> because:
[ConvertWords > >>>>>>>>>> db=^paypal/paypalwords.db][L_LONGMESSAGE0][/ > >>>>>>>>>> ConvertWords] > >>>>>>>>>> > >>>>>>>>>> PayPalWords.db > >>>>>>>>>> FROMTO > >>>>>>>>>> %2e. > >>>>>>>>>> %2d- > >>>>>>>>>> & > >>>>>>>>>> %2F/ > >>>>>>>>>> %2b+ > >>>>>>>>>> %3a: > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Are you using the PayPal developers sandbox ? > >>>>>>>>>> > >>>>>>>>>> Do you have the PayPal documentation for NVP ? > >>>>>>>>>> http://dev.idfk.com.au/paypal_for_webdna/Name_ > >>>>>>>>>>Pair_API_DeveloperGuide.pdf > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Regards > >>>>>>>>>> > >>>>>>>>>> Stuart Tremain > >>>>>>>>>> IDFK Web Developments > >>>>>>>>>> AUSTRALIA > >>>>>>>>>> webdna@idfk.com.au > >>>>>>>>>> > >>>>>>>>>> On 18/08/2009, at 7:25 AM, Brian Harrington, Broker wrote: > >>>>>>>>>>> I've been playing w/this script for a few > >>>>>>>>>>> hours now but keep getting.... > >>>>>>>>>>> > >>>>>>>>>>> TIMESTAMP=2009%2d08%2d17T21%3a18%3a31Z&CORREL > >>>>>>>>>>>ATIONID=211aa248fda4&ACK=Failure&VERSION=3%2e2 > >>>>>>>>>>>&BUILD=997644&L_ERRORCODE0=10527&L_SHORTMESSAG > >>>>>>>>>>>E0=Invalid%20Data&L_LONGMESSAGE0=This%20transa > >>>>>>>>>>>ction%20cannot%20be%20processed%2e%20Please%20 > >>>>>>>>>>>enter%20a%20valid%20credit%20card%20number%20a > >>>>>>>>>>>nd%20type%2e&L_SEVERITYCODE0=Error&AMT=0%2e75& > >>>>>>>>>>>CURRENCYCODE=USD > >>>>>>>>>>> > >>>>>>>>>>> I also don't know how to collect the reply... > >>>>>>>>>>> any help would be > >>>>>>>>>>> great! thanks. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> [TEXT]content=[!] > >>>>>>>>>>> [/!]METHOD=[URL]DoDirectPayment[/URL][!] > >>>>>>>>>>> [/!]&USER=[URL]mypaypaluser[/URL][!] > >>>>>>>>>>> [/!]&PWD=[URL]mypaypalpassword[/URL][!] > >>>>>>>>>>> [/!]&VERSION=[URL]3.2[/URL][!] > >>>>>>>>>>> [/!]&SIGNATURE=[URL]mypaypalsignature[/URL][! > >>>>>>>>>>>] [/!]&CREDITCARDTYPE=[URL]MasterCard[/URL][!] > >>>>>>>>>>> [/!]&ACCT=[URL]5555555555555555[/URL][!] > >>>>>>>>>>> [/!]&EXPDATE=[URL]042012[/URL][!] > >>>>>>>>>>> [/!]&CVV2=[URL]999[/URL][!] > >>>>>>>>>>> [/!]&AMT=[URL].75[/URL][!] > >>>>>>>>>>> [/!]&FIRSTNAME=[URL]Brian[/URL][!] > >>>>>>>>>>> [/!]&LASTNAME=[URL]Harrington[/URL][!] > >>>>>>>>>>> [/!]&PAYMENTACTION=[URL]Sale[/URL][!] > >>>>>>>>>>> [/!]&IPADDRESS=[URL]072.045.150.022[/URL][!] > >>>>>>>>>>> [/!][/TEXT] > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> [tcpconnect > >>>>>>>>>>> host=api-3t.paypal.com&port=443&ssl=T][!] > >>>>>>>>>>> [/!][tcpsend skipheader=T]POST /nvp > >>>>>>>>>>> HTTP/1.0[UnURL]%0D%0A[/ UnURL][!] > >>>>>>>>>>> [/!]USER-AGENT: Mozilla/4.0 (compatible; MSIE > >>>>>>>>>>> 5.01; Windows NT 5.0) > >>>>>>>>>>> [UnURL]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-type: > >>>>>>>>>>> text/namevalue[UnURL]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-Length: > >>>>>>>>>>> [CountChars][content][/CountChars] [UnURL]%0D > >>>>>>>>>>> %0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-type: > >>>>>>>>>>> text/namevalue[UnURL]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][UnURL]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][content][UnURL]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][/TCPSend][!] > >>>>>>>>>>> [/!][/tcpconnect] > >>>>>>>>>> > >>>>>>>>>> ---------------------------------------------- > >>>>>>>>>>----------- This message is sent to you because > >>>>>>>>>> you are subscribed to the mailing list > >>>>>>>>>> . > >>>>>>>>>> To unsubscribe, E-mail to: > >>>>>>>>>> archives: > >>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>>>> archives: > >>>>>>>>>> http://dev.webdna.us/TalkListArchive/ Bug > >>>>>>>>>> Reporting: > >>>>>>>>>> http://forum.webdna.us/eucabb.html?page=topics > >>>>>>>>>>&category=288 > >>>>>>>>> > >>>>>>>>> ----------------------------------------------- > >>>>>>>>>---------- This message is sent to you because > >>>>>>>>> you are subscribed to the mailing list > >>>>>>>>> . > >>>>>>>>> To unsubscribe, E-mail to: > >>>>>>>>> archives: > >>>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>>>> Bug Reporting: > >>>>>>>>> http://forum.webdna.us/eucabb.html?page=topics& > >>>>>>>>>category=288 > >>>>>>>> > >>>>>>>> ------------------------------------------------ > >>>>>>>>--------- This message is sent to you because you > >>>>>>>> are subscribed to the mailing list > >>>>>>>> . > >>>>>>>> To unsubscribe, E-mail to: > >>>>>>>> archives: > >>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>>> Bug Reporting: > >>>>>>>> http://forum.webdna.us/eucabb.html?page=topics&c > >>>>>>>>ategory=288 > >>>>>>> > >>>>>>> ------------------------------------------------- > >>>>>>>-------- This message is sent to you because you > >>>>>>> are subscribed to the mailing list > >>>>>>> . > >>>>>>> To unsubscribe, E-mail to: > >>>>>>> archives: > >>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>> Bug Reporting: > >>>>>>> http://forum.webdna.us/eucabb.html?page=topics&ca > >>>>>>>tegory=288 > >>>>>> > >>>>>> -------------------------------------------------- > >>>>>>------- This message is sent to you because you are > >>>>>> subscribed to the mailing list . > >>>>>> To unsubscribe, E-mail to: > >>>>>> archives: > >>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>> Bug Reporting: > >>>>>> http://forum.webdna.us/eucabb.html?page=topics&cat > >>>>>>egory=288 > >>>> > >>>> ---------------------------------------------------- > >>>>----- This message is sent to you because you are > >>>> subscribed to the mailing list . > >>>> To unsubscribe, E-mail to: > >>>> archives: http://mail.webdna.us/list/talk@webdna.us > >>>> old archives: http://dev.webdna.us/TalkListArchive/ > >>>> Bug Reporting: > >>>> http://forum.webdna.us/eucabb.html?page=topics&categ > >>>>ory=288 > >>> > >>> ----------------------------------------------------- > >>>---- This message is sent to you because you are > >>> subscribed to the mailing list . > >>> To unsubscribe, E-mail to: > >>> archives: http://mail.webdna.us/list/talk@webdna.us > >>> old archives: http://dev.webdna.us/TalkListArchive/ > >>> Bug Reporting: > >>> http://forum.webdna.us/eucabb.html?page=topics&catego > >>>ry=288 > >> > >> ------------------------------------------------------ > >>--- This message is sent to you because you are > >> subscribed to the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> old archives: http://dev.webdna.us/TalkListArchive/ > >> Bug Reporting: > >> http://forum.webdna.us/eucabb.html?page=topics&categor > >>y=288 > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=2 >88 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] paypal FINALLY!!!! (Stuart Tremain 2009)
  2. Re: [WebDNA] paypal FINALLY!!!! (Kenneth Grome 2009)
  3. Re: [WebDNA] paypal FINALLY!!!! (Patrick McCormick 2009)
  4. Re: [WebDNA] paypal FINALLY!!!! ("Brian Harrington, Broker" 2009)
  5. Re: [WebDNA] paypal FINALLY!!!! (Patrick McCormick 2009)
  6. Re: [WebDNA] paypal FINALLY!!!! ("Brian Harrington, Broker" 2009)
If you want to be sure you have received a payment you must implement Paypal IPN, you cannot confirm payments with code in the PayPal success page. Sincerely, Ken Grome > Hi Patrick > > I'm not quite sure were the "TCP section" is... > also... much of the code was reworked & simplified from > Stuart's PayPal Express Payment option. > > I also need some guidance or a start to read the > transaction into a database so I know it's payed without > having to look @ paypal manually.... I like to automate > things! > > I'm really surprised this was not already done or readily > available for paypal as it offers low cost startup > merchant accounts with the paypal advantages. > > On Aug 19, 2009, at 11:41 AM, Patrick McCormick wrote: > > Please post this to the programming / TCP section. I > > know I'll be thanking you profusely! > > > > On Aug 19, 2009, at 9:49 AM, Brian Harrington, Broker wrote: > >> i finally got it ;)) > >> > >> it was requiring the address but most everything I > >> looked @ only had/required "shiptoaddress" and i even > >> had a hard time finding the address field names... > >> this works! > >> > >> however... i still need a way to post the > >> sale/response to a database so any help would be > >> great! > >> Brian > >> > >> [text]content=[!] > >> [/!]METHOD=[url]DoDirectPayment[/URL][!] > >> [/!]&USER=[url]XXXXXX[/URL][!] > >> [/!]&PWD=[url] XXXXXX[/URL][!] > >> [/!]&VERSION=[url]3.2[/URL][!] > >> [/!]&SIGNATURE=[url] XXXXXX[/URL][!] > >> [/!]&CREDITCARDTYPE=[url]MasterCard[/URL][!] > >> [/!]&ACCT=[url] XXXXXX[/URL][!] > >> [/!]&EXPDATE=[url]022010[/URL][!] > >> [/!]&CVV2=[url]305[/URL][!] > >> [/!]&AMT=[url].75[/URL][!] > >> [/!]&TRANSACTIONID=[url]1005[/URL][!] > >> [/!]&FIRSTNAME=[url] XXXXXX[/URL][!] > >> [/!]&LASTNAME=[url] XXXXXX[/URL][!] > >> [/!]&STREET=[url] XXXXXX[/URL][!] > >> [/!]&CITY=[url]BUFFALO[/URL][!] > >> [/!]&STATE=[url]NY[/URL][!] > >> [/!]&ZIP=[url]14222[/URL][!] > >> [/!]&COUNTRYCODE=[url]US[/URL][!] > >> [/!]&PAYMENTACTION=[url]Sale[/URL][!] > >> [/!]&IPADDRESS=[url]072.045.150.022[/URL][!] > >> [/!]&RETURNURL=[url]https://etrader.tv/paypaltestreply > >>.tpl[/URL][!] [/!][/TEXT] > >> > >> > >> > >> [tcpconnect host=api-3t.paypal.com&port=443&ssl=T][!] > >> [/!][tcpsend skipheader=T]POST /nvp > >> HTTP/1.0[unurl]%0D%0A[/UnURL][!] [/!]USER-AGENT: > >> Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) > >> [unurl]%0D%0A[/UnURL][!] > >> [/!]Content-type: > >> text/namevalue[unurl]%0D%0A[/UnURL][!] > >> [/!]Content-Length: > >> [countchars][content][/CountChars][unurl]%0D > >> %0A[/UnURL][!] > >> [/!]Content-type: > >> text/namevalue[unurl]%0D%0A[/UnURL][!] > >> [/!][unurl]%0D%0A[/UnURL][!] > >> [/!][content][unurl]%0D%0A[/UnURL][!] > >> [/!][/TCPSend][!] > >> [/!][/tcpconnect] > >> > >> On Aug 18, 2009, at 8:27 PM, Stuart Tremain wrote: > >>> Brian > >>> > >>> The solution you downloaded was for PayPal Express > >>> Checkout. > >>> > >>> Paypal Website Pro/ Payflow Pro is a different > >>> animal. > >>> > >>> I will put a set of files together to do the job. It > >>> is FAR simpler than the Express Checkout but you need > >>> to have a SSL to do the data collection etc. > >>> > >>> Regards > >>> > >>> Stuart Tremain > >>> IDFK Web Developments > >>> AUSTRALIA > >>> webdna@idfk.com.au > >>> > >>> On 19/08/2009, at 6:29 AM, Brian Harrington, Broker wrote: > >>>> Does anyone else here maybe have a complete simple > >>>> solution... i did download Stuarts folder a week or > >>>> so ago and tried to reverse code it but it seem > >>>> to me missing some info and was over complicated w/ > >>>> databases & includes > >>>> for what seems to be simple task or connection... I > >>>> also thinks it's funny that paypal calls > >>>> theses http connections API's.... > >>>> > >>>> On Aug 18, 2009, at 9:05 AM, Brian Harrington, Broker wrote: > >>>>> Hi Stuart.... > >>>>> > >>>>> here's a screenshot... they seem to be the same > >>>>> thing. do you have a single page that collects the > >>>>> reply into a useable webdna format...? > >>>>> > >>>>> > >>>>> > >>>>> On Aug 17, 2009, at 10:06 PM, Stuart Tremain wrote: > >>>>>> That code will work with that product. More than > >>>>>> likely why you are having problems as what you > >>>>>> have been using is more for PayPal Express > >>>>>> Payments. > >>>>>> > >>>>>> Regards > >>>>>> > >>>>>> Stuart Tremain > >>>>>> IDFK Web Developments > >>>>>> AUSTRALIA > >>>>>> webdna@idfk.com.au > >>>>>> > >>>>>> On 18/08/2009, at 11:34 AM, bharrington@1choicerealty.com wrote: > >>>>>>> Website Payments Pro... > >>>>>>> > >>>>>>>> Am I correct that you are doing PayFlow Pro or > >>>>>>>> similar ? > >>>>>>>> > >>>>>>>> Regards > >>>>>>>> > >>>>>>>> Stuart Tremain > >>>>>>>> IDFK Web Developments > >>>>>>>> AUSTRALIA > >>>>>>>> webdna@idfk.com.au > >>>>>>>> > >>>>>>>> On 18/08/2009, at 8:22 AM, Brian Harrington, Broker wrote: > >>>>>>>>> sandbox seemed to be a pain so I was going > >>>>>>>>> live... i checked my cc (debit) mastercard > >>>>>>>>> number several times...? > >>>>>>>>> > >>>>>>>>> also... i put this on the page as looking into > >>>>>>>>> a database seemed > >>>>>>>>> like to much work... > >>>>>>>>> > >>>>>>>>> [table name=PayPalWords&fields=FROM,TO] > >>>>>>>>> %2e. > >>>>>>>>> %2d- > >>>>>>>>> & > >>>>>>>>> %2F/ > >>>>>>>>> %2b+ > >>>>>>>>> %3a: > >>>>>>>>> [/Table] > >>>>>>>>> > >>>>>>>>> [ConvertWords > >>>>>>>>> table=paypalwords][L_LONGMESSAGE0][/ > >>>>>>>>> ConvertWords] > >>>>>>>>> > >>>>>>>>> put I don't ever get anything back other than > >>>>>>>>> the string... > >>>>>>>>> > >>>>>>>>> On Aug 17, 2009, at 6:05 PM, Stuart Tremain wrote: > >>>>>>>>>> Brian > >>>>>>>>>> > >>>>>>>>>> PP is saying that the CC number is invalid > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Sorry, your PayPal payment has failed > >>>>>>>>>> because:
[ConvertWords > >>>>>>>>>> db=^paypal/paypalwords.db][L_LONGMESSAGE0][/ > >>>>>>>>>> ConvertWords] > >>>>>>>>>> > >>>>>>>>>> PayPalWords.db > >>>>>>>>>> FROMTO > >>>>>>>>>> %2e. > >>>>>>>>>> %2d- > >>>>>>>>>> & > >>>>>>>>>> %2F/ > >>>>>>>>>> %2b+ > >>>>>>>>>> %3a: > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Are you using the PayPal developers sandbox ? > >>>>>>>>>> > >>>>>>>>>> Do you have the PayPal documentation for NVP ? > >>>>>>>>>> http://dev.idfk.com.au/paypal_for_webdna/Name_ > >>>>>>>>>>Pair_API_DeveloperGuide.pdf > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Regards > >>>>>>>>>> > >>>>>>>>>> Stuart Tremain > >>>>>>>>>> IDFK Web Developments > >>>>>>>>>> AUSTRALIA > >>>>>>>>>> webdna@idfk.com.au > >>>>>>>>>> > >>>>>>>>>> On 18/08/2009, at 7:25 AM, Brian Harrington, Broker wrote: > >>>>>>>>>>> I've been playing w/this script for a few > >>>>>>>>>>> hours now but keep getting.... > >>>>>>>>>>> > >>>>>>>>>>> TIMESTAMP=2009%2d08%2d17T21%3a18%3a31Z&CORREL > >>>>>>>>>>>ATIONID=211aa248fda4&ACK=Failure&VERSION=3%2e2 > >>>>>>>>>>>&BUILD=997644&L_ERRORCODE0=10527&L_SHORTMESSAG > >>>>>>>>>>>E0=Invalid%20Data&L_LONGMESSAGE0=This%20transa > >>>>>>>>>>>ction%20cannot%20be%20processed%2e%20Please%20 > >>>>>>>>>>>enter%20a%20valid%20credit%20card%20number%20a > >>>>>>>>>>>nd%20type%2e&L_SEVERITYCODE0=Error&AMT=0%2e75& > >>>>>>>>>>>CURRENCYCODE=USD > >>>>>>>>>>> > >>>>>>>>>>> I also don't know how to collect the reply... > >>>>>>>>>>> any help would be > >>>>>>>>>>> great! thanks. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> [text]content=[!] > >>>>>>>>>>> [/!]METHOD=[url]DoDirectPayment[/URL][!] > >>>>>>>>>>> [/!]&USER=[url]mypaypaluser[/URL][!] > >>>>>>>>>>> [/!]&PWD=[url]mypaypalpassword[/URL][!] > >>>>>>>>>>> [/!]&VERSION=[url]3.2[/URL][!] > >>>>>>>>>>> [/!]&SIGNATURE=[url]mypaypalsignature[/URL][! > >>>>>>>>>>>] [/!]&CREDITCARDTYPE=[url]MasterCard[/URL][!] > >>>>>>>>>>> [/!]&ACCT=[url]5555555555555555[/URL][!] > >>>>>>>>>>> [/!]&EXPDATE=[url]042012[/URL][!] > >>>>>>>>>>> [/!]&CVV2=[url]999[/URL][!] > >>>>>>>>>>> [/!]&AMT=[url].75[/URL][!] > >>>>>>>>>>> [/!]&FIRSTNAME=[url]Brian[/URL][!] > >>>>>>>>>>> [/!]&LASTNAME=[url]Harrington[/URL][!] > >>>>>>>>>>> [/!]&PAYMENTACTION=[url]Sale[/URL][!] > >>>>>>>>>>> [/!]&IPADDRESS=[url]072.045.150.022[/URL][!] > >>>>>>>>>>> [/!][/TEXT] > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> [tcpconnect > >>>>>>>>>>> host=api-3t.paypal.com&port=443&ssl=T][!] > >>>>>>>>>>> [/!][tcpsend skipheader=T]POST /nvp > >>>>>>>>>>> HTTP/1.0[unurl]%0D%0A[/ UnURL][!] > >>>>>>>>>>> [/!]USER-AGENT: Mozilla/4.0 (compatible; MSIE > >>>>>>>>>>> 5.01; Windows NT 5.0) > >>>>>>>>>>> [unurl]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-type: > >>>>>>>>>>> text/namevalue[unurl]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-Length: > >>>>>>>>>>> [countchars][content][/CountChars] [unurl]%0D > >>>>>>>>>>> %0A[/UnURL][!] > >>>>>>>>>>> [/!]Content-type: > >>>>>>>>>>> text/namevalue[unurl]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][unurl]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][content][unurl]%0D%0A[/UnURL][!] > >>>>>>>>>>> [/!][/TCPSend][!] > >>>>>>>>>>> [/!][/tcpconnect] > >>>>>>>>>> > >>>>>>>>>> ---------------------------------------------- > >>>>>>>>>>----------- This message is sent to you because > >>>>>>>>>> you are subscribed to the mailing list > >>>>>>>>>> . > >>>>>>>>>> To unsubscribe, E-mail to: > >>>>>>>>>> archives: > >>>>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>>>> archives: > >>>>>>>>>> http://dev.webdna.us/TalkListArchive/ Bug > >>>>>>>>>> Reporting: > >>>>>>>>>> http://forum.webdna.us/eucabb.html?page=topics > >>>>>>>>>>&category=288 > >>>>>>>>> > >>>>>>>>> ----------------------------------------------- > >>>>>>>>>---------- This message is sent to you because > >>>>>>>>> you are subscribed to the mailing list > >>>>>>>>> . > >>>>>>>>> To unsubscribe, E-mail to: > >>>>>>>>> archives: > >>>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>>>> Bug Reporting: > >>>>>>>>> http://forum.webdna.us/eucabb.html?page=topics& > >>>>>>>>>category=288 > >>>>>>>> > >>>>>>>> ------------------------------------------------ > >>>>>>>>--------- This message is sent to you because you > >>>>>>>> are subscribed to the mailing list > >>>>>>>> . > >>>>>>>> To unsubscribe, E-mail to: > >>>>>>>> archives: > >>>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>>> Bug Reporting: > >>>>>>>> http://forum.webdna.us/eucabb.html?page=topics&c > >>>>>>>>ategory=288 > >>>>>>> > >>>>>>> ------------------------------------------------- > >>>>>>>-------- This message is sent to you because you > >>>>>>> are subscribed to the mailing list > >>>>>>> . > >>>>>>> To unsubscribe, E-mail to: > >>>>>>> archives: > >>>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>>> Bug Reporting: > >>>>>>> http://forum.webdna.us/eucabb.html?page=topics&ca > >>>>>>>tegory=288 > >>>>>> > >>>>>> -------------------------------------------------- > >>>>>>------- This message is sent to you because you are > >>>>>> subscribed to the mailing list . > >>>>>> To unsubscribe, E-mail to: > >>>>>> archives: > >>>>>> http://mail.webdna.us/list/talk@webdna.us old > >>>>>> archives: http://dev.webdna.us/TalkListArchive/ > >>>>>> Bug Reporting: > >>>>>> http://forum.webdna.us/eucabb.html?page=topics&cat > >>>>>>egory=288 > >>>> > >>>> ---------------------------------------------------- > >>>>----- This message is sent to you because you are > >>>> subscribed to the mailing list . > >>>> To unsubscribe, E-mail to: > >>>> archives: http://mail.webdna.us/list/talk@webdna.us > >>>> old archives: http://dev.webdna.us/TalkListArchive/ > >>>> Bug Reporting: > >>>> http://forum.webdna.us/eucabb.html?page=topics&categ > >>>>ory=288 > >>> > >>> ----------------------------------------------------- > >>>---- This message is sent to you because you are > >>> subscribed to the mailing list . > >>> To unsubscribe, E-mail to: > >>> archives: http://mail.webdna.us/list/talk@webdna.us > >>> old archives: http://dev.webdna.us/TalkListArchive/ > >>> Bug Reporting: > >>> http://forum.webdna.us/eucabb.html?page=topics&catego > >>>ry=288 > >> > >> ------------------------------------------------------ > >>--- This message is sent to you because you are > >> subscribed to the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> old archives: http://dev.webdna.us/TalkListArchive/ > >> Bug Reporting: > >> http://forum.webdna.us/eucabb.html?page=topics&categor > >>y=288 > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=2 >88 Kenneth Grome

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:

Emailer (1997) Virtual hosting and webcatNT (1997) Is this possible, WebCat2.0 and checkboxes (1997) DHTML or Java Programmers (2000) Using Cookie for client specific info? (1997) Banner Ad Server Solutions Using WEbDNA (2000) AuthorizeNet Declines (2005) RequiredFields notes ... (1997) .db-tmp (2000) Stopping bad HTML propagation ? (1997) WebCommerce: Folder organization ? (1997) Protecting webdelivery (1997) Three new problems, maybe a fourth (1997) Where is f2? (1997) Truncated numbers (2000) How do you hide [math]stuff[/math] (1997) taxrate - off by 1 cent (1997) PCS Customer submissions ? (1997) Bug Report, maybe (1997) Dropdown menus (2006)