Mike,

Thanks for this, someone mailed me off list with code very similar to this
which looks as if it'll do the job I want.

The real challenge right now is getting sandbox access in the UK, seems
they're not properly setup for it yet and you have to jump through hoops,
real pain in the arse.

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 card number, etc, the
HTTP request looks like this:

<cfhttp url="https://pilot-payflowpro.verisign.com:443"; method="post"
resolveurl="no" timeout="30">
        <cfhttpparam type="header" name="X-VPS-REQUEST-ID"
value="#requestId#">
        <cfhttpparam type="header" name="X-VPS-CLIENT-TIMEOUT"
value="10">
        <cfhttpparam type="body" value=#paramList#>
</cfhttp>

Mike

-----Original Message-----
From: Robert Rawlins [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 01, 2008 9:56 AM
To: cf-talk
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,

Rob



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to