Re: [WebDNA] paypal

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 103319
interpreted = N
texte = Brian Did you get the private email I sent the other day subject: Payflow ? Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 19/08/2009, at 12:35 PM, bharrington@1choicerealty.com wrote: > Wow Stuart.... Thanks! > > I already have the ssl... > I knew yours was for express and hoped mine was simpler. > Kind of surprised no one has a webdna template. > >> 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&CORRELATIONID=211aa248fda4&ACK=Failure&VERSION=3%2e2&BUILD=997644&L_ERRORCODE0=10527&L_SHORTMESSAGE0=Invalid%20Data&L_LONGMESSAGE0=This%20transaction%20cannot%20be%20processed%2e%20Please%20enter%20a%20valid%20credit%20card%20number%20and%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&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&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&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 Associated Messages, from the most recent to the oldest:

    
  1. [BULK] Re: [WebDNA] PayPal Integration ("Matthew A Perosi, Psi Prime" 2017)
  2. Re: [WebDNA] PayPal Integration (Kenneth Grome 2017)
  3. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  4. Re: [WebDNA] PayPal Integration (Kenneth Grome 2017)
  5. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  6. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  7. Re: [WebDNA] PayPal Integration (dbrooke@euca.us 2017)
  8. Re: [WebDNA] PayPal Integration (Terry Wilson 2017)
  9. Re: [WebDNA] PayPal Integration (Terry Wilson 2017)
  10. [BULK] Re: [WebDNA] PayPal Integration ("Matthew A Perosi, Psi Prime" 2017)
  11. Re: [WebDNA] PayPal Integration (Terry Wilson 2017)
  12. Re: [WebDNA] PayPal Integration (Kenneth Grome 2017)
  13. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  14. Re: [WebDNA] PayPal Integration (Kenneth Grome 2017)
  15. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  16. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  17. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  18. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  19. Re: [WebDNA] PayPal Integration (Kenneth Grome 2017)
  20. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  21. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  22. Re: [WebDNA] PayPal Integration (Stuart Tremain 2017)
  23. Re: [WebDNA] PayPal Integration (Brian Harrington 2017)
  24. [WebDNA] PayPal Integration (Stuart Tremain 2017)
  25. Re: [WebDNA] Paypal Cert (christophe.billiottet@webdna.us 2015)
  26. Re: [WebDNA] Paypal Cert (Donovan Brooke 2015)
  27. Re: [WebDNA] Paypal Cert (Donovan Brooke 2015)
  28. [WebDNA] Paypal Cert (Michael Davis 2015)
  29. Re: [WebDNA] PayPal IPN harvester (Eddie Z 2013)
  30. [WebDNA] PayPal IPN harvester (Dan Strong 2013)
  31. [WebDNA] PayPal chained payment in WebDNA (Dave Stengel 2012)
  32. Re: [WebDNA] Paypal Sandbox TCPConnect (Stuart Tremain 2012)
  33. Re: [WebDNA] Paypal Sandbox TCPConnect (Stuart Tremain 2012)
  34. Re: [WebDNA] Paypal Sandbox TCPConnect (Philip Edell 2012)
  35. Re: [WebDNA] Paypal Sandbox TCPConnect (christophe.billiottet@webdna.us 2012)
  36. Re: [WebDNA] Paypal Sandbox TCPConnect (Philip Edell 2012)
  37. Re: [WebDNA] Paypal Sandbox TCPConnect (Toby Cox 2012)
  38. Re: [WebDNA] Paypal Sandbox TCPConnect (aaronmichaelmusic@gmail.com 2012)
  39. Re: [WebDNA] Paypal Sandbox TCPConnect (aaronmichaelmusic@gmail.com 2012)
  40. Re: [WebDNA] Paypal Sandbox TCPConnect (Philip Edell 2012)
  41. Re: [WebDNA] Paypal Sandbox TCPConnect (WebDNA Solutions 2012)
  42. [WebDNA] Paypal Sandbox TCPConnect (Philip Edell 2012)
  43. Re: [WebDNA] PayPal integration code examples? (Stuart Tremain 2011)
  44. Re: [WebDNA] PayPal integration code examples? ("Dan Strong" 2011)
  45. Re: [WebDNA] PayPal integration code examples? (Govinda 2011)
  46. [WebDNA] PayPal integration code examples? ("Dale Therio" 2011)
  47. Re: [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  48. Re: [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  49. Re: [WebDNA] PayPal Instant Payment Notification Guide (William DeVaul 2009)
  50. Re: [WebDNA] PayPal Instant Payment Notification Guide ("Dan Strong" 2009)
  51. Re: [WebDNA] PayPal Instant Payment Notification Guide ("Terry Wilson" 2009)
  52. Re: [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  53. Re: [WebDNA] PayPal Instant Payment Notification Guide ("Dan Strong" 2009)
  54. Re: [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  55. Re: [WebDNA] PayPal Instant Payment Notification Guide ("Dan Strong" 2009)
  56. Re: [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  57. Re: [WebDNA] PayPal Instant Payment Notification Guide ("Dan Strong" 2009)
  58. Re: [WebDNA] PayPal IPN - solved (Kenneth Grome 2009)
  59. Re: [WebDNA] PayPal IPN - solved (Kenneth Grome 2009)
  60. [WebDNA] PayPal Instant Payment Notification Guide (Kenneth Grome 2009)
  61. Re: [WebDNA] PayPal IPN - solved ("Dan Strong" 2009)
  62. Re: [WebDNA] PayPal IPN - solved (William DeVaul 2009)
  63. Re: [WebDNA] PayPal IPN - solved (Kenneth Grome 2009)
  64. Re: [WebDNA] PayPal IPN - solved (William DeVaul 2009)
  65. Re: [WebDNA] PayPal IPN - solved ("Brian Harrington, Broker" 2009)
  66. Re: [WebDNA] paypal FINALLY!!!! (Stuart Tremain 2009)
  67. Re: [WebDNA] PayPal IPN - solved ("Dan Strong" 2009)
  68. Re: [WebDNA] PayPal IPN (was: paypal FINALLY!!!!) ("Brian Harrington, Broker" 2009)
  69. Re: [WebDNA] PayPal IPN (Donovan Brooke 2009)
  70. Re: [WebDNA] PayPal IPN (was: paypal FINALLY!!!!) ("Brian Harrington, Broker" 2009)
  71. Re: [WebDNA] PayPal IPN (was: paypal FINALLY!!!!) ("Dan Strong" 2009)
  72. [WebDNA] PayPal IPN (was: paypal FINALLY!!!!) ("Dan Strong" 2009)
  73. Re: [WebDNA] paypal FINALLY!!!! (Kenneth Grome 2009)
  74. Re: [WebDNA] paypal FINALLY!!!! (Patrick McCormick 2009)
  75. Re: [WebDNA] paypal FINALLY!!!! ("Brian Harrington, Broker" 2009)
  76. Re: [WebDNA] paypal FINALLY!!!! (Patrick McCormick 2009)
  77. Re: [WebDNA] paypal FINALLY!!!! ("Brian Harrington, Broker" 2009)
  78. Re: [WebDNA] paypal (Stuart Tremain 2009)
  79. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  80. Re: [WebDNA] paypal (Stuart Tremain 2009)
  81. Re: [WebDNA] paypal (John Butler 2009)
  82. Re: [WebDNA] paypal ("Brian Harrington, Broker" 2009)
  83. Re: [WebDNA] paypal (Stuart Tremain 2009)
  84. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  85. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  86. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  87. Re: [WebDNA] paypal (Stuart Tremain 2009)
  88. Re: [WebDNA] paypal ("Brian Harrington, Broker" 2009)
  89. Re: [WebDNA] paypal (Stuart Tremain 2009)
  90. [WebDNA] paypal ("Brian Harrington, Broker" 2009)
  91. [WebDNA] PayPal Express Checkout for WebDNA (Stuart Tremain 2009)
  92. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  93. Re: [WebDNA] paypal (Terry Wilson 2009)
  94. Re: [WebDNA] paypal (Lawrence Banahan 2009)
  95. Re: [WebDNA] paypal (bharrington@1choicerealty.com 2009)
  96. Re: [WebDNA] paypal (Lawrence Banahan 2009)
  97. Re: [WebDNA] paypal ("Brian Harrington, Broker" 2009)
  98. Re: [WebDNA] paypal (Stuart Tremain 2009)
  99. Re: [WebDNA] paypal (Terry Wilson 2009)
  100. Re: [WebDNA] paypal (Govinda 2009)
  101. [WebDNA] paypal ("Brian Harrington, Broker" 2009)
  102. Re: [WebDNA] PayPal Express Checkout (World Wide Art 2009)
  103. Re: [WebDNA] PayPal Express Checkout (Stuart Tremain 2009)
  104. [WebDNA] PayPal Express Checkout (World Wide Art 2009)
Brian Did you get the private email I sent the other day subject: Payflow ? Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 19/08/2009, at 12:35 PM, bharrington@1choicerealty.com wrote: > Wow Stuart.... Thanks! > > I already have the ssl... > I knew yours was for express and hoped mine was simpler. > Kind of surprised no one has a webdna template. > >> 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&CORRELATIONID=211aa248fda4&ACK=Failure&VERSION=3%2e2&BUILD=997644&L_ERRORCODE0=10527&L_SHORTMESSAGE0=Invalid%20Data&L_LONGMESSAGE0=This%20transaction%20cannot%20be%20processed%2e%20Please%20enter%20a%20valid%20credit%20card%20number%20and%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&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&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&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 Stuart Tremain

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] Use of MySQL with WebDNA (2010) Protect vs Authenicate (1997) Emailer Problem (2000) Order not created error (1997) [addlineitems] (1997) [/application] error? (1997) How To question on setting up downloads (1997) frames & carts (1997) Submitting ampersands in forms... (1998) [WebDNA] Stores (2013) numeric sorting (2000) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) anyone using encrypted templates on non-US NT OS (1999) No data - More Info (1997) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) Hard Questions ? (1997) Error Msg (1998) Can WC remember people? (1998) Signal Raised (1997) WebCat2 - storing unformatted date data? (1997)