RE: Paypal integration

2011-09-28 Thread Jenny Gavin-Wear
Thanks Roger Jenny Gavin-Wear Fast Track Online Tel: 01262 602013 http://www.fasttrackonline.co.uk/ -Original Message- From: Roger Austin [mailto:raust...@nc.rr.com] Sent: 27 September 2011 19:36 To: cf-talk Subject: RE: Paypal integration There was a presentation at NCDevCon

Paypal integration

2011-09-27 Thread Jenny Gavin-Wear
Buy now button (form submission). Does anyone know if it is possible to use the form to specify a different IPN url? I'm currently using the URL specified in the Merchant Services section of the customer's account, but it would save me a lot of time if I could specify it using the form instead.

Re: Paypal integration

2011-09-27 Thread Pete Freitag
You can specify notify_url as a hidden form element: Here's the docs on the form elements that you can use: https://cms.paypal.com/us/cgi-bin/?cmd=_render-contentcontent_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables Keep in mind that the hidden fields could be modified by the

RE: Paypal integration

2011-09-27 Thread Jenny Gavin-Wear
Many thanks, Peter .. also found the answer on www.x.com ... -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: 27 September 2011 17:26 To: cf-talk Subject: Re: Paypal integration You can specify notify_url as a hidden form element: Here's the docs on the form

RE: Paypal integration

2011-09-27 Thread Roger Austin
There was a presentation at NCDevCon by Sidney Maestre of PayPal. The url to all the presos is http://go.ncsu.edu/ncdevcon2011 You will need Silverlight to view them. Click on the Web presentations and look for his talk if you want some inside on current and new features. -- LinkedIn:

PayPal Integration

2008-12-01 Thread Robert Rawlins
Hello Guys, Looking for the first time in ages to getting up and running with processing credit card payments using PayPal. I have myself a PayPal Payments Pro account setup and paid for, now just looking to get up and running with the API to process the payments from our site. After a

RE: PayPal Integration

2008-12-01 Thread Dawson, Michael
We rolled our own using PayPal's HTTP request/response solution. It was pretty easy to do. Mike -Original Message- From: Robert Rawlins [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 9:46 AM To: cf-talk Subject: PayPal Integration Hello Guys, Looking for the first time

RE: PayPal Integration

2008-12-01 Thread Robert Rawlins
Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 15:49 To: cf-talk Subject: RE: PayPal Integration We rolled our own using PayPal's HTTP request/response solution. It was pretty easy to do. Mike -Original Message- From: Robert Rawlins [mailto:[EMAIL

Re: PayPal Integration

2008-12-01 Thread Gerald Guido
There are a couple of CFC's on RiaForge. Both are v 0.1 but it may shorten your learning curve. http://cfpayflowpro.riaforge.org/ http://paypalcfc.riaforge.org/ hth G On Mon, Dec 1, 2008 at 10:46 AM, Robert Rawlins [EMAIL PROTECTED] wrote: Hello Guys, Looking for the first time in ages to

RE: PayPal Integration

2008-12-01 Thread Dawson, Michael
Subject: RE: PayPal Integration Mike, Thanks. Was this website payments pro? And this was using the SOAP web services, correct? At the moment my requirements are very simple, I'm simply making single payment transactions for set amounts, I don't have a cart of products or anything like that. Cheers

RE: PayPal Integration

2008-12-01 Thread Robert Rawlins
. Cheers for the advice, Rob -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 01 December 2008 17:19 To: cf-talk Subject: RE: PayPal Integration We use Payflow Pro and simple HTTP requests. No SOAP or nuttin fancy. Other than setting some params for amount, credit

RE: Paypal Integration - Auto Return question

2006-12-01 Thread Snake
: Nick Gleason [mailto:[EMAIL PROTECTED] Sent: 01 December 2006 02:36 To: CF-Talk Subject: Paypal Integration - Auto Return question Folks, We are integrating Paypal's Website Payments Standard system with our platform to allow clients to link off to paypal and make their purchases there and then link

Re: Paypal Integration - Auto Return question

2006-12-01 Thread Will Tomlinson
Yes I ran into the exact same thing. Very irritating! I use both IPN AND PDT. The IPN will take care of the background work anyway when the auto return thing screws up. Will ~| Introducing the Fusion Authority Quarterly

Re: Paypal Integration - Auto Return question

2006-12-01 Thread Dan Vega
Did you know PayPal bought Payflow Pro? Their is now an easy solution that will integrate right into your current application. I have posted a couple things about this, just thought i would drop a link for you. http://www.danvega.org/blog/ On 12/1/06, Will Tomlinson [EMAIL PROTECTED] wrote:

Paypal Integration - Auto Return question

2006-11-30 Thread Nick Gleason
Folks, We are integrating Paypal's Website Payments Standard system with our platform to allow clients to link off to paypal and make their purchases there and then link back. We have run into a surprising issue with Paypal's Auto Return feature that automatically brings a user back from paypal

Re: Paypal Integration - Auto Return question

2006-11-30 Thread Mark Flewellen
As far as I know there is no work around for this, when you make a Payment with an account all is good, if you are paying with a credit card there is no auto return. I chatted online with one of the Tech guys from Paypal who also confirmed this.

Buy Now Paypal integration workflow

2006-10-03 Thread Rick King
Anyone ever have this issue when integrating a Buy Now button from Paypal? I have a site where a user posts a listing for an item, say a shirt. They are also allowed to upload 3 images for that item. I'm charge a listing fee that equals a percentage of the asking price of that item (say 5%).

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Adkins, Randy
King [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:39 PM To: CF-Talk Subject: Buy Now Paypal integration workflow Anyone ever have this issue when integrating a Buy Now button from Paypal? I have a site where a user posts a listing for an item, say a shirt. They are also allowed

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Ian Skinner
However, how can I make sure that they've completed the Paypal transaction, since their item has already been posted? I'm trying to figure out a way that their item won't be posted until after they've completed the Paypal transaction. Would session variables still work after they've left my

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Snake
:[EMAIL PROTECTED] Sent: 03 October 2006 21:39 To: CF-Talk Subject: Buy Now Paypal integration workflow Anyone ever have this issue when integrating a Buy Now button from Paypal? I have a site where a user posts a listing for an item, say a shirt. They are also allowed to upload 3 images

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Martyn Bowis
back to thankyou.cfm 6. Read the IPN Post data inside thankyou.cfm 7. Update your product record status to completed Cheers, Martyn -Original Message- From: Rick King [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 9:39 AM To: CF-Talk Subject: Buy Now Paypal integration

RE: Buy Now Paypal integration workflow

2006-10-03 Thread Rick Faircloth
Message- From: Rick King [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 4:39 PM To: CF-Talk Subject: Buy Now Paypal integration workflow Anyone ever have this issue when integrating a Buy Now button from Paypal? I have a site where a user posts a listing for an item, say a shirt

Re: Buy Now Paypal integration workflow

2006-10-03 Thread Rick King
Thanks guys...I didn't know about the IPN method. I'll look into it tonight. Rick ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: Buy Now Paypal integration workflow

2006-10-03 Thread Rick King
So I tried implementing IPN, made all the preference changes on Payapl, read up on the lastest IPN tutorial over at easycfm by Mike Daugherty (http://tutorial468.easycfm.com/), and am using the code below. Unfortunately, I'm only receiving the contents of the cfelse statement which means it's

Re: PayPal Integration

2005-10-18 Thread Sean Corfield
On 10/17/05, Taco Fleur [EMAIL PROTECTED] wrote: Just wondering has anyone got the PayPal seamless API working with ColdFusion? I am getting a 500 null error, which is not documented in the documentation anywhere. Have you considered using Continuum Media's PayPalMX wrapper?

RE: PayPal Integration

2005-10-18 Thread Taco Fleur
:30 PM To: CF-Talk Subject: Re: PayPal Integration On 10/17/05, Taco Fleur [EMAIL PROTECTED] wrote: Just wondering has anyone got the PayPal seamless API working with ColdFusion? I am getting a 500 null error, which is not documented in the documentation anywhere. Have you

RE: PayPal Integration

2005-10-18 Thread Taco Fleur
- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 October 2005 5:30 PM To: CF-Talk Subject: Re: PayPal Integration On 10/17/05, Taco Fleur [EMAIL PROTECTED] wrote: Just wondering has anyone got the PayPal seamless API working with ColdFusion? I am getting a 500

PayPal Integration

2005-10-17 Thread Taco Fleur
Just wondering has anyone got the PayPal seamless API working with ColdFusion? I am getting a 500 null error, which is not documented in the documentation anywhere. Taco Fleur - CEO Pacific Fox http://www.pacificfox.com.au http://www.pacificfox.com.au/ an industry leader with commercial IT

PayPal Integration

2003-11-17 Thread Ketan Patel
Hi All, I would like to know if anybody has good custom tag or URL for paypal integration to accept payments. How easy it is to integrate into the system. Ketan Patel [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: PayPal Integration

2003-11-17 Thread Eric Creese
Pascal put out a handy tutorial on Easycfm.com -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 10:47 AM To: CF-Talk Subject: PayPal Integration Hi All, I would like to know if anybody has good custom tag or URL for paypal integration

RE: PayPal Integration

2003-11-17 Thread Tangorre, Michael
Patel [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:47 AM To: CF-Talk Subject: PayPal Integration Hi All, I would like to know if anybody has good custom tag or URL for paypal integration to accept payments. How easy it is to integrate into the system. Ketan Patel _ [Todays

Re: PayPal Integration

2003-11-17 Thread Kevin Graeme
There's a PayPal integration component already as part of Contribute. My guess is that it's probably also available at the Exchange for DW. -Kevin - Original Message - From: Ketan Patel [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 17, 2003 10:47 AM Subject

PayPal integration

2003-08-27 Thread Ryan Stille
Slightly off topic: I am looking at adding PayPal as a payment option to a ColdFusion shopping cart we wrote. As far as I can tell, you can't integrate it very tightly. I see two ways: 1) Buy Now Button Method: allows a user to jump from a product detail page to the PayPal checkout form.

PayPal integration

2003-08-27 Thread Ryan Stille
Slightly off topic: I am looking at adding PayPal as a payment option to a ColdFusion shopping cart we wrote. As far as I can tell, you can't integrate it very tightly. I see two ways: 1) Buy Now Button Method: allows a user to jump from a product detail page to the PayPal checkout form.

RE: PayPal integration

2003-08-27 Thread Matt Robertson
-Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 8:43 PM To: CF-Talk Subject: PayPal integration Slightly off topic: I am looking at adding PayPal as a payment option to a ColdFusion shopping cart we wrote

Re: PayPal integration

2003-08-27 Thread admin
agreed the talk back from IPN can do just about everything a regular CC system can do - I'll see if I can find the link too - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 10:15 PM Subject: RE: PayPal integration

RE: PayPal integration

2003-08-27 Thread Dan O'Keefe
I think it was easycfm.com. Dan === Previous Message Below === -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:16 AM To: CF-Talk Subject: RE: PayPal integration Look into paypal IPN. It still isn't

RE: PayPal integration

2003-08-27 Thread Brad Roberts
[mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 7:31 AM To: CF-Talk Subject: RE: PayPal integration I think it was easycfm.com. Dan === Previous Message Below === -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: PayPal integration

2003-08-27 Thread Ryan Stille
Matt Robertson wrote: Look into paypal IPN. It still isn't perfect, but its more integrated than the options you describe. Gads... Where was that Paypal/CF IPN tutorial again? And admin [EMAIL PROTECTED] wrote: agreed the talk back from IPN can do just about everything a regular CC system

RE: PayPal integration

2003-08-27 Thread Dan O'Keefe
I think that is incorrect, and should become clearer once you review the tutorial. I have to do this myself today for the first time also. Dan -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 10:22 AM To: CF-Talk Subject: Re: PayPal

Re: PayPal integration

2003-08-27 Thread Pablo Varando
cf_self_pluf http://tutorial23.easycfm.com /cf_self_pluf - Pablo - Original Message - From: Ryan Stille [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 9:22 AM Subject: Re: PayPal integration Matt Robertson wrote: Look into paypal IPN. It still