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:
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:
unique ascending numbers (2003)
WebCatalog 2.0 b 15 mac (1997)
WebCommerce: Folder organization ? (1997)
Country & Ship-to address & other fields ? (1997)
WebCat2b13MacPlugin - [math][date][/math] problem (1997)
Not really WebCat- (1997)
javascript newPopwin and webcat (1998)
WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997)
WCS Newbie question (1997)
Stumped (1999)
Why is this not false? (2001)
upgrade? (1997)
[quantity] within formulas (1997)
For those of you not on the WebCatalog Beta... (1997)
Sorting Numbers (1997)
Ensuring data gets passed to shopping cart (2000)
IE 6 form caching issue. (2003)
OrderFile (2000)
[cart] clarification... (1997)
Re:No Data (1997)