Paypal Payments Pro

2012-09-23 Thread Al Musella, DPM
I just switched from google to paypal payments pro.. thought it would be simple... was banging my head against the wall all day. Was able to get the sample code working but not my real account - kept getting security problems and connection errors... then I found a blog post about it.. all

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 >&

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. -

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 sp

Re: Paypal integration

2011-09-27 Thread Pete Freitag
ed by the user, that's why using the paypal button api, or the paypal website are the best solutions, but depending on what you are doing you might be able to do sufficient validation in the IPN. -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting &

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.

PayPal pay button & variables

2011-05-07 Thread Stephens, Larry V
If anyone has experience programming one of these, would you contact me offline at la...@basketbasics.com ? Thanks. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?ta

Re: Paypal SOAP SDK's for Coldfusion

2011-03-18 Thread Russ Michaels
have a look on www.easycfm.com for tutorials and www.riaforge.org for some PayPal components. On Fri, Mar 18, 2011 at 1:49 AM, Jenny Gavin-Wear < jenn...@fasttrackonline.co.uk> wrote: > > Hi all, > > It appears Paypal still don't have SDK's for SOAP. > > Doe

Paypal SOAP SDK's for Coldfusion

2011-03-17 Thread Jenny Gavin-Wear
Hi all, It appears Paypal still don't have SDK's for SOAP. Does anyone know of any documentation/example code for an integration project, please? I found a thread from Ben Forta dated back in September last year, and some co-posters on the threat who said the Java SDK's that

Re: Problem with Paypal since CF 9

2010-09-01 Thread Claude Schnéegans
>>There are two dates the come over encoded but aren't when you look at your string back that caused my issues initially Yeah, I've seen that. Fields ending with _date are not listed in form.fieldnames. Curiously enough, this bug was already in CF 5, but Paypal would accept t

Re: Problem with Paypal since CF 9

2010-09-01 Thread Phillip Duba
right now, Phil On Wed, Sep 1, 2010 at 5:04 PM, <> wrote: > > I'm pretty sure its it some sort of encoding problem. > I've found this on the Paypal site: > > "PayPal's IPN server expects that your script will POST back all variables > that were posted

Re: Problem with Paypal since CF 9

2010-09-01 Thread Claude Schnéegans
I'm pretty sure its it some sort of encoding problem. I've found this on the Paypal site: "PayPal's IPN server expects that your script will POST back all variables that were posted to it and more importantly, that they are encoded the same way as they were sent to

Re: Problem with Paypal since CF 9

2010-09-01 Thread Phillip Duba
As someone who is working on a new PayPal integration and has run into the same issue as you, make sure all form fields are lower case. I seem to remember CF defaulting to upper case in the transition to MX, Phil On Wed, Sep 1, 2010 at 1:15 PM, <> wrote: > > >>If you cfdump

Re: Problem with Paypal since CF 9

2010-09-01 Thread Claude Schnéegans
>>If you cfdump the cfhttp results in CF5 and CF9 and compare them then you will see the difference. Not easy to to. The template is called by the Paypal server for every transaction. The template should return all form fields IN SAME ORDER in another CFHTTP request to Paypal. If ever

Re: Problem with Paypal since CF 9

2010-09-01 Thread Russ Michaels
Things have changed a lot since CF5 and there is likley to be a fair few things that no longer work the same. If you cfdump the cfhttp results in CF5 and CF9 and compare them then you will see the difference. If you are using a 3rd party tag then there are more up to date ones you could use inste

Problem with Paypal since CF 9

2010-09-01 Thread Claude Schnéegans
Hi, I recently upgraded an old CF site from version 5 to version 9. Since then, my Instant Payment Notification from Paypal is broken. It CFHTTP the Paypal server, but the response is now INVALID instead of VERIFIED as it used to be. There must be something changed in the CFHTTP which makes

Encryption Performance for PayPal

2010-09-01 Thread Phillip Duba
eally don't see much when looking at the CF monitor, but I could be missing something to look at. If anyone's run into this either trying to integrate into PayPal and its Web Payment Standard, or similar issues using the Bouncy Caste encryption, I'd appreciate any thoughts or suggestion

error with paypal api

2010-06-15 Thread Matthew P. Smith
I am trying to stay away from the deprecated parameters in the paypal api call to method SetExpressCheckout. I am getting this error with the wall: Order total is missing. L_ERRORCODE0=10400 But I am passing "PAYMENTREQUEST_0_AMT" which should replace AMT(deprecated). If I add AMT

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Dave Watts
> Are there any other tags that do that automatically? Not that I'm aware of, but I could be wrong. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest calibe

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Matthew P. Smith
Yes, that was it. Thank you so much, Dave. Are there any other tags that do that automatically? On Tue, Apr 27, 2010 at 12:22 PM, Dave Watts wrote: > > > Ok, after testing further, it looks like the issue is with the > cfhttpparams. > > > > This works: > > > "#paypal_enviroment.api_url#? > >

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Dave Watts
> Ok, after testing further, it looks like the issue is with the cfhttpparams. > > This works: > "#paypal_enviroment.api_url#? > user=#urlencodedformat(paypal_enviroment.api_user)#&pwd=#urlencodedformat(paypal_enviroment.api_pwd)#& > signature=#urlencodedformat(paypal_enviroment.api_signature)#&m

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Matthew P. Smith
Ok, after testing further, it looks like the issue is with the cfhttpparams. This works: This does not. What am I doing wrong? Is there any benefit/difference between the two methods? On Tue, Apr 27, 2010 at 5:10 AM, Scott Brady wrote: > > Is this a direct copy of y

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Matthew P. Smith
Thank you for spotting that. Unfortunately, I am still getting the same error. Am I passing everything that is required? On Tue, Apr 27, 2010 at 5:10 AM, Scott Brady wrote: > > Is this a direct copy of your code? If so, this appears to be your > problem: > > " value="#urlencode

Re: "Security Header is Not Valid" - Paypal

2010-04-27 Thread Scott Brady
Is this a direct copy of your code? If so, this appears to be your problem: "" You misspelled "pwd" in the name attribute. Scott On Mon, Apr 26, 2010 at 6:16 PM, Matthew P. Smith wrote: > > I am getting the following: > > > TIMESTAMP=2010%2d04%2d26T23%3a43%3a12Z&CORRELATIONID=b2b38432aa389&

"Security Header is Not Valid" - Paypal

2010-04-26 Thread Matthew P. Smith
I am getting the following: TIMESTAMP=2010%2d04%2d26T23%3a43%3a12Z&CORRELATIONID=b2b38432aa389&ACK=Failure&VERSION=0%2e00&BUILD=1268624&L_ERRORCODE0=10002&L_SHORTMESSAGE0=Security%20error&L_LONGMESSAGE0=Security%20header%20is%20not%20valid&L_SEVERITYCODE0=Error Please note I have replaced a

ipn, sample code from paypal, and the sandbox, oh my!

2009-08-28 Thread Matthew Smith
sense. First of all, here is my slightly modified script from the example code provided by paypal

Re: PayPal Custom Tag

2009-05-26 Thread Torrent Girl
Yes please send or post. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322815

Re: PayPal Custom Tag

2009-05-26 Thread Torrent Girl
Yes I do. >@torrent girlDo you still need it? >-- >Ryan > > > > > >>> ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.co

Re: PayPal Custom Tag

2009-05-22 Thread Ryan Letulle
@torrent girlDo you still need it? -- Ryan On Fri, May 22, 2009 at 8:00 AM, Ryan LeTulle wrote: > I've got sample code > > Ryan P LeTulle > > > On May 21, 2009, at 8:09 PM, Torrent Girl wrote: > > >> That's ok thanks :) >> >> I looked and they never posted anything. >>> >>> Sorry about that

Re: PayPal Custom Tag

2009-05-22 Thread Ryan LeTulle
I've got sample code Ryan P LeTulle On May 21, 2009, at 8:09 PM, Torrent Girl wrote: > > That's ok thanks :) > >> I looked and they never posted anything. >> >> Sorry about that. >> >> Slowly walks away tail tucked. >> >> G! >> >> On Thu, May 21, 2009 at 8:51 PM, Gerald Guido >> wrote: >> >>

Re: PayPal Custom Tag

2009-05-21 Thread Torrent Girl
That's ok thanks :) >I looked and they never posted anything. > >Sorry about that. > >Slowly walks away tail tucked. > >G! > >On Thu, May 21, 2009 at 8:51 PM, Gerald Guido wrote: > >>> ~| Want to reach the ColdFusion community

Re: PayPal Custom Tag

2009-05-21 Thread Gerald Guido
Sorry bout the goose chase. I just remember seeing it on RIAforge. I never actually checked it out. I would look for something related to paypal.cfc I googled it and from what I can tell paypal.cfc looks like something the Paypal provides Here is a link that found that might help out http

Re: PayPal Custom Tag

2009-05-21 Thread Gerald Guido
t; >> I searched HOF for postings related to PayPal Custom Tag and each listing >> has broken links. >> >> Does anyone have a simple PayPal Custom Tag that can be used to accept >> paypal pay

Re: PayPal Custom Tag

2009-05-21 Thread Torrent Girl
Thanks! >http://paypalcfc.riaforge.org/ > >On Thu, May 21, 2009 at 8:34 PM, Torrent Girl wrote: > >> ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archi

Re: PayPal Custom Tag

2009-05-21 Thread Gerald Guido
http://paypalcfc.riaforge.org/ On Thu, May 21, 2009 at 8:34 PM, Torrent Girl wrote: > > Hello all > > I searched HOF for postings related to PayPal Custom Tag and each listing > has broken links. > > Does anyone have a simple PayPal Custom Tag that can be used to acc

PayPal Custom Tag

2009-05-21 Thread Torrent Girl
Hello all I searched HOF for postings related to PayPal Custom Tag and each listing has broken links. Does anyone have a simple PayPal Custom Tag that can be used to accept paypal payments without having the user go to the paypal site? Thnx

Re: Paypal Changes

2009-05-14 Thread Michael Dinowitz
and run a few tests. Worked perfectly. 2. cfPayflowPro (http://cfpayflowpro.riaforge.org) This is a set of components that take the place of the old CFX tag. This means a rewrite of any code On Thu, May 14, 2009 at 7:54 PM, Al Musella, DPM wrote: > > I just heard about the paypal c

Paypal Changes

2009-05-14 Thread Al Musella, DPM
I just heard about the paypal changes.. <http://www.pdncommunity.com/pdn/board/message?board.id=payflow&thread.id=6807>http://www.pdncommunity.com/pdn/board/message?board.id=payflow&thread.id=6807 Starting Sept 1 none of my paypal sites will wok:) I have a bunch of webs

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread John Pullam
content to be UTF-8. > >I have some applications in ISO-8859 that for some reason must be >compatible with CF 5 AND CFMX, >and this is what I'm using in Application.cfm: >listGetAt(server.coldfusion.productVersion, 1)> > > > > > > > >

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Yves Arsenault
> >> > > I think this will have only effet on content generated in pages. > For forms you also need this: > > I believe Claude is correct... I used something like his previous example before and seems to me worked. (using cfcontent) Yves ~

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans
>> >>Unfortunately it had no effect. I think this will have only effet on content generated in pages. For forms you also need this: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread Claude Schneegans
The meta tags on the pages all say If your whole application is designed in ISO-8859-1, you must inform CF, at least CFMX, because CFMX automatically generates headers that you don't see and that declare the content to be UTF-8. I have some applications in ISO-8859 that for some reason must b

Re: PayPal French accents mishandled from CF pages

2009-02-04 Thread John Pullam
value in cf_root/lib/neo-runtime.xml file: > >UTF-8 > >to a valid charset and re-starting the cf server service. > >that said, i'm fairly sure paypal allows you to control the encoding you use >to >talk to it, check out the wrongly named (to me) "Language Encoding"

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Paul Hastings
UTF-8 to a valid charset and re-starting the cf server service. that said, i'm fairly sure paypal allows you to control the encoding you use to talk to it, check out the wrongly named (to me) "Language Encoding" in your paypal profile. you should probably standardize on just the on

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Yves Arsenault
I've had a similar problem before... Something like this could fix it.. Yves Arsenault "Love is the only force capable of transforming an enemy into a friend". --Martin Luther King, Jr. On Tue, Feb 3, 2009 at 10:13 PM, John Pullam wrote: > > >Load up both pages in firefox and then view info

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread John Pullam
>Load up both pages in firefox and then view info for each. A plain, >non-outputting CF page gave me a content-type of utf-8 while a plain, >non-outputting htm page gave me a content-type of ISO-8859-1. I think CF >automatically returns the generated page using the utf-8 content type. > >On Tue, F

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Michael Dinowitz
t; http://www.w3.org/TR/html4/strict.dtd";> > > Bear in mind that the 2 pages are identical. The page that works is called > TestPayPal.htm, and the page that doesn't is called TestPayPal.cfm > > The only things I can think of is that the PayPal server is seeing the CFM

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread John Pullam
e that works is called TestPayPal.htm, and the page that doesn't is called TestPayPal.cfm The only things I can think of is that the PayPal server is seeing the CFM and treating it differently. (Or that there is some invisible attribute that goes along with the page while it is in the clie

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Michael Dinowitz
Are you defining a base content-type for the page? What about your doctype? On Tue, Feb 3, 2009 at 4:50 PM, John Pullam wrote: > > I have a strange problem that involves passing hidden fields that contain > French accents to PayPal from a Coldfusion web page. When I pass a form &

PayPal French accents mishandled from CF pages

2009-02-03 Thread John Pullam
I have a strange problem that involves passing hidden fields that contain French accents to PayPal from a Coldfusion web page. When I pass a form variable like this with the French accents imbedded in the data: PayPal struggles with the value and converts it into something unusable. When I

RE: PayPal Integration

2008-12-01 Thread Robert Rawlins
n 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 amou

RE: PayPal Integration

2008-12-01 Thread Dawson, Michael
> 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?

Re: PayPal Integration

2008-12-01 Thread Gerald Guido
king 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. > > >

RE: PayPal Integration

2008-12-01 Thread Robert Rawlins
--Original 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

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

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

Paypal IPN

2008-11-10 Thread Andrew M
Anyone that has ever got a paypal IPN to work like the tutorial on easycfm.com please I need your help. http://tutorial23.easycfm.com/ Post your IPN if you can Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Josh Nathanson
> > > should probably be rewrittened to > > > > But I don't know if that would break things expecting it to be set to > Yes. True or 1 perhaps... But Yes? I don't suspect that would work. FWIW this should work, CF (oddly) returns "Yes" or "No" for boolean comparisons. Of course, as you say, yo

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Al Musella, DPM
The problem is in location.replace('index.cfm'); Just delete that line and everything should work.. When cookies are involved, some browsers have problems with redirects. If it works, donate the $50 to: virtualtrials.com/donate my favorite charity:) At 05:13 PM 10/2/2008, Phillip Perr

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Phillip M. Vector
He already did. Some of us gave it a shot, but it didn't seem enough for him. Look at the posts 24 hours ago. :) If I were to take a stab at it... should probably be rewrittened to But I don't know if that would break things expecting it to be set to Yes. True or 1 perhaps... But Yes? I do

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Greg Morphis
Or you can just ask here for free and most of the users here will happily help you.. Let us know the problem you're getting (CF error with robust enabled). The code in question and the desired results.. On Thu, Oct 2, 2008 at 4:13 PM, Phillip Perry <[EMAIL PROTECTED]> wrote: > Hi, > > I have b

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Phillip M. Vector
Phillip, Phillip here. :) May I suggest another tact? While I know of people who would take the offer, I urge you to study cflivedocs and learn more about CF. For example. Welcome, your logged in as #cookie.username# ID: #cookie.ID# Welcome, your logged in as #session.Auth.username# ID #sess

Re: i'll pay through paypal anyone who can debug my code

2008-10-02 Thread rex
Hello Phillip, I'm interested in debugging your code. Also, I'll need specifics about your platform: 1. OS 2. CF engine and version 3. If there is any DB interaction, the SQL engine and version Thanks! Phillip Perry wrote: > Hi, > > I have been over this cookie code for over a week and I can'

i'll pay through paypal anyone who can debug my code

2008-10-02 Thread Phillip Perry
Hi, I have been over this cookie code for over a week and I can't get it straight, even with the help of people who I feel (and know) are experts. So now I'm offering $50 to the first person who can show me where the problem is and come up with a workable solution. I'm not looking for someone to w

RE: paypal cart

2008-07-29 Thread Chad Gray
When they customize the business card with text like Name, Address, Cell phone etc, I am collecting that data on the page where the Add To Cart button is. So when they submit the form it goes to PayPal and I loose what they have typed in because paypal ignores inputs that it does not use. I

Re: paypal cart

2008-07-29 Thread Eric Haskins
Chad, I guess I am kind of lost as to what the problem or what your trying to do then. I have used paypal in many apps and have had no problem storing the customers order in a db sending the data to paypal with the itemid being their cart/orderid. Then paypal IPN notifing my cart the txn was

Re: paypal cart

2008-07-29 Thread Claude Schneegans
>>Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines

RE: paypal cart

2008-07-29 Thread Chad Gray
To: CF-Talk > Subject: Re: paypal cart > > Simple hack might be to have a 'hidden field' on your form that concats > the 4 fields into 1 field with a specified delimeter. This way you are > passing one var with all 4 lines. When it returns from the paypal side, > you ca

Re: paypal cart

2008-07-29 Thread William Seiter
Simple hack might be to have a 'hidden field' on your form that concats the 4 fields into 1 field with a specified delimeter. This way you are passing one var with all 4 lines. When it returns from the paypal side, you can 'parse' the data into four lines again using the

RE: paypal cart

2008-07-29 Thread Chad Gray
Ok last post, it does work in Firefox and IE. I just had a big typo on my -Original Message- > From: Chad Gray [<a rel="nofollow" href="mailto:[EMAIL">mailto:[EMAIL</a> PROTECTED] > Sent: Tuesday, July 29, 2008 12:39 PM > To: CF-Talk > Subje

RE: paypal cart

2008-07-29 Thread Chad Gray
CF-Talk > Subject: RE: paypal cart > > OH my... You can submit to two different action pages. The index.cfm page > is what is displayed because it was the last function run. > > > > function loginHandler1() > { > document.form1.action = "PayPalTest.cfm&quo

RE: paypal cart

2008-07-29 Thread Chad Gray
"index.cfm"; document.form1.submit(); } Username: Password: > -Original Message- > From: Chad Gray [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2008 12:02 PM > To: CF-Talk > Subject: RE: paypal cart > > IPN seems to just pass back the final orde

RE: paypal cart

2008-07-29 Thread Chad Gray
IPN seems to just pass back the final order info so you can see what they ordered. By base64 encoding your array are you making it smaller (as in less characters)? I don't see how I can encode the data before it is submitted to paypal. I need to find a way of writing to a database

Re: paypal cart

2008-07-29 Thread Eric Haskins
Look at PayPal IPN code. I have done some hacks (in php) where I serialized and Array of data then base64 encoded and passed it in the the string to get around limitations but I think your problem is the buttons do not post any data back to your cart that is why you should use PayPal IPN Eric

paypal cart

2008-07-29 Thread Chad Gray
their cart. PayPal buttons can only take 3 options I will have about 10 things I want to track about the item added to the cart. So I thought I would store the info to be printed on the business cart in a database and assign it a UID that I would pass to PayPal so I could look up what the use

Paypal Sandbox server bogus?

2008-07-07 Thread Claude Schneegans
Hi, Anyone here has an application using Paypal? I'm new to this so I don't know if the problem is with me or with Paypal: I'm testing payments through the sandbox IPN server. Last Friday, it worked fine, bit since this morning, I do not receive any "notify_url&quo

Paypal Examples

2008-05-29 Thread Mallory Woods
Hello all, I wanted to ask a quick question about paypal transactions. I was looking at the payapl tutorial at easycfm.com ( http://tutorial23.easycfm.com/) but I have run into a problem. There doesn't seem to be a form field variable passed back when the transaction is sent from p

Re: CF & PayPal / PayFlowPro Integrations API version 4.xx

2008-03-27 Thread jonese
t; Check this article out > > > > > http://www.bennadel.com/blog/1126-Testing-Credit-Card-Transactions-In-Payflow-Pro-Thanks-Dan-Vega-.htm > > > > Dan > > > > > > > > > > On Thu, Mar 27, 2008 at 2:55 PM, jonese <[EMAIL PROTECTED]

Re: CF & PayPal / PayFlowPro Integrations API version 4.xx

2008-03-27 Thread jonese
On Thu, Mar 27, 2008 at 2:55 PM, jonese <[EMAIL PROTECTED]> wrote: > > > Anyone have any luck building code against the JAVA API for PayFlowPro > > since PayPal bought them Version 4.x of the API)? > > > > Please don't tell me to download the CFX tag as th

Re: CF & PayPal / PayFlowPro Integrations API version 4.xx

2008-03-27 Thread Dan Vega
Check this article out http://www.bennadel.com/blog/1126-Testing-Credit-Card-Transactions-In-Payflow-Pro-Thanks-Dan-Vega-.htm Dan On Thu, Mar 27, 2008 at 2:55 PM, jonese <[EMAIL PROTECTED]> wrote: > Anyone have any luck building code against the JAVA API for PayFlowPro > since P

CF & PayPal / PayFlowPro Integrations API version 4.xx

2008-03-27 Thread jonese
Anyone have any luck building code against the JAVA API for PayFlowPro since PayPal bought them Version 4.x of the API)? Please don't tell me to download the CFX tag as the code is uses is old and will not work sometime in 2009. I've got my code working AFAIK but keep getting an erro

Re: PAYPAL PRO CFC

2007-10-25 Thread Dan Vega
What code? If you are talking about payflow pro on riaforge I am the creator and would be happy to help, just email me back. On 10/25/07, Elliott Kayne <[EMAIL PROTECTED]> wrote: > > I need someone who has working knowledge of PAYPAL PRO and PAYPAL's CFC > code. If you do

PAYPAL PRO CFC

2007-10-25 Thread Elliott Kayne
I need someone who has working knowledge of PAYPAL PRO and PAYPAL's CFC code. If you do please contact me at 570-686-2300 or [EMAIL PROTECTED] ~| Get involved in the latest ColdFusion discussions, product development sh

Re: Develop an ecommerce site in CFMX 7 using Paypal

2007-08-08 Thread Rey Bango
The PayPal SDK can be daunting to work with. I would recommend contacting Jared Rypka-Hauer about his PayPalMX components. You can get more info here including Jared's email: http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entry&entry=83AEB42F-BDB9-5320-E0207DD53180

Develop an ecommerce site in CFMX 7 using Paypal

2007-08-08 Thread Prema Sekar
Hi All, This is my first ecommerce application using Paypal in CFMX7. I am using Ben Forta's CFWACK book as my reference. I have downloaded the PayflowPro SDK by creating a test account in PayPal. But I couldnot download the .jar file. Could anybody please help me with the steps

Re: Verisign/Paypal Down

2007-02-20 Thread Rey Bango
t: Monday, February 19, 2007 1:03 PM >> To: CF-Talk >> Subject: OT: Verisign/Paypal Down >> >> Paypal Payflow Pro went down today at 9:20AM est. We couldnt >> reach anyone on the phone due to the stupid holiday. So I >> created a post on the Paypal dev site to s

RE: Verisign/Paypal Down

2007-02-20 Thread Leon Oosterwijk
. Leon > -Original Message- > From: Eric Haskins [mailto:[EMAIL PROTECTED] > Sent: Monday, February 19, 2007 1:03 PM > To: CF-Talk > Subject: OT: Verisign/Paypal Down > > Paypal Payflow Pro went down today at 9:20AM est. We couldnt > reach anyone on the phone due to

Re: OT: Verisign/Paypal Down

2007-02-19 Thread Rey Bango
We had a similar issue but our orders were flowing for most of the day. Then all of sudden it just started timing out. :P Rey... Eric Haskins wrote: > Paypal Payflow Pro went down today at 9:20AM est. We couldnt reach anyone on > the phone due to the stupid holiday. So I created a post

OT: Verisign/Paypal Down

2007-02-19 Thread Eric Haskins
Paypal Payflow Pro went down today at 9:20AM est. We couldnt reach anyone on the phone due to the stupid holiday. So I created a post on the Paypal dev site to see if it was just us and boom a bunch of folks with the same problem. We were literally watching fly away lol. Finally at 1:34pm

Re: Paypal Integration - Auto Return question

2006-12-01 Thread Will Tomlinson
Thanks Dan! I'll have a look... Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionaut

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Will Tomlinson
>I need to buy a copy of Ben Forta's "ColdFusion Web Application >Construction Kit" but I have a bunch of cash sitting in a Paypal >account that I'd really like to use to buy it. Anyone know a book >seller that takes it? I looked on EBay already (and bought Ben&#

RE: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Rick Faircloth
Thanks, Dan...I was hoping that was the case. My client wouldn't be too happy about having to wait until the end of the month or something to retrieve their funds from PayPal. So, based on your comment, is my understanding correct that I can have funds paid through PayPal and then immedi

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Paul Hastings
Dan Vega wrote: > Sorry for the blank reply. I personally think PayPal is a great solution. > You can tie a paypal account directly to a bank account. not if your bank is in timbuktu or some place that paypal considers ti

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Dan Vega
Sorry for the blank reply. I personally think PayPal is a great solution. You can tie a paypal account directly to a bank account. On 12/1/06, Dan Vega <[EMAIL PROTECTED]> wrote: > > > > On 12/1/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > > Thanks for

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Dan Vega
On 12/1/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Thanks for the info, and I hope I wasn't prying too much by asking. > > I was very curious because I'm setting up a site for a customer > that will allow his renters to pay rent online and I plan to use

RE: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Rick Faircloth
Thanks for the info, and I hope I wasn't prying too much by asking. I was very curious because I'm setting up a site for a customer that will allow his renters to pay rent online and I plan to use Paypal. I haven't used them before and was curious about the ability to retrie

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]>

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 Updat

RE: Paypal Integration - Auto Return question

2006-12-01 Thread Snake
This is just how it works and why you shouldn't use auto return. If the user does not return from paypal to your site for any reason then u have no record of the transaction, they could just close the browser as well. Use IPN method instead so that the callback happens in the background and

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Paul Ihrig
http://masl.to/?Y1AD25B4E http://masl.to/?O6BD26B4E http://masl.to/?W1CD23B4E ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your do

  1   2   3   4   >