 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Steve Johnson Guest
|
Posted: Wed Sep 21, 2005 4:48 pm Post subject: Working with Paypal |
|
|
Hello,
I created an ISAPI dll to create my own shopping cart. Paypal has sample
code to create a form with a button to submit the purchase information. I
created a html page with the paypal form code. I use a html tags and
TPageProducer to format the page. When the user clicks the submit button
everything works fine. I would like to post the form to Paypal without the
user clicking the button; I don't need the user to even see my final page
that takes them to Paypal. I tried
Response.SendRedirect('https://www.paypal.com/cgi-bin/webscr') but I get the
default Paypal screen. I assign Response.Content the Paypal.htm using a
TPageProducer so without the SendRedirect a blank page shows with the Paypal
button that the user can click.
Thanks,
Steve
|
|
| Back to top |
|
 |
Mark Horrocks Guest
|
Posted: Wed Nov 02, 2005 9:42 am Post subject: Re: Working with Paypal |
|
|
http://bdn.borland.com/article/0,1410,32373,00.html
Does anyone know what the status of this is? Its about web services
integrating with eBay andPaypal.
I did see a reference to using a TWebBrowser component to post the data to
Paypal. Would this be the best way?
|
|
| Back to top |
|
 |
Jon Lennart Aasenden Guest
|
Posted: Sun Nov 13, 2005 12:13 am Post subject: Re: Working with Paypal |
|
|
AFAIK, paypal is a soap webservice.
Importing the WSDL file should be fairly easy - then you need to set
vendor-id (reciever) and customer properties. I would start off by importing
the wsdl file and generating a unit.
Jon Lennart Aasenden
"Mark Horrocks" <markhorrocks@no spam sportdata.com.au> wrote
| Quote: | http://bdn.borland.com/article/0,1410,32373,00.html
Does anyone know what the status of this is? Its about web services
integrating with eBay andPaypal.
I did see a reference to using a TWebBrowser component to post the data to
Paypal. Would this be the best way?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|