• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Developer required PayPal into CF site

Enthusiast ,
Aug 31, 2009 Aug 31, 2009

Copy link to clipboard

Copied

Sorry that this category does not seem appropriate but I could not seem to find the right place to post

I have a software site ready to launch, we just need to integrate into PayPals payment system, in such a way that we can have the user back on our SSL so that we can then issue a license etc.

The learning curve is a little much for such a small issue, so thought I'd hunt around for somebody with experience who might be able to knock this out for us

Please contact me if interested

Btw The site is hosted in Godaddy with their SSL, so we can't use custom tags. We can provide all support pages though, it's just the Paypal part that we really need help with!

Thanks

Mark

TOPICS
Advanced techniques

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

Hi, I am french,

I do not understand exactly what you want,

but I have a CF site with a paypal paiement integrated in,

but never been used. (never really tested)

the adress is : http://www.pl-arts.com/artiste_plarts

this is a DEMO marchant site ,

I sell photos, and you can pay through paypal,

Try it if you want, and tell me if this is what you are looking for ?

Sorry, if this is not a good answer for you.

Pierre.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

Bonjour Pierre,

What I am trying to find is a developer who is fluent in both ColdFusion and how to actually integrate PayPal into a site.

We have all of the pages ready made (almost), we just need the function to PayPal setting up.

The learning curve was a little steep, or the instructions are certainly not as clear as they could be.

did you have a programmer develop this? or did you do it yourself?

Perhaps you can put me in touch with your programmer (if you had one)

Thanks

Mark

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 02, 2009 Sep 02, 2009

Copy link to clipboard

Copied

LATEST

Yes, I am the developper myself,

I did it a year ago,

Did you try to buy a photo on the gallery ?

http://www.pl-arts.com/artiste_plarts

You will see the paiement interfaces, do not go to the end if you do not

want to loose money.

I cannot test it myself well, because I am the vendor and the client.

When you are in the Paypal interface, you have the choice,

Either you have a Paypal account, and you use it,

or you can create a newPaypal account.

I do not know if this is the answer to your needs,

(in english version, some phrases are not translated, I will do it

sometime)

Pierre

======================================

Pl-Art - Pierre LARDE

http://www.pl-arts.com

Email : pierre@pl-arts.com

Tel : 04 93 60 48 91

Auberge de la Clue, 06850, St Auban

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

Might want to look at this:

https://www.payloadz.com/

Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS4
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

unfortunately we need to host our own payment processing on our own SSL because we have various dbase issues to take care of within the processing

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

I did this once a couple of years ago, but our site doesn't need it anymore and I just recently turned off the feature in our PayPal account.  Unfortunatly I am not in a place to do any outside work at the moment.

Anyway it really isn't all that difficult.  You configure your PayPal account with 'Integrated Payment Notification (IPN).'  Primarily this is setting a URL to a ColdFusion (or whatever technology) page on your site.  Then whenever PayPal processes a payment, the data will be sent to that page.

Then the code on that page just needs to parse through the data structure sent by PayPal and do what it is supposed to do with the data.

At least that is how it worked when I did it.

HTH

Ian

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Sep 01, 2009 Sep 01, 2009

Copy link to clipboard

Copied

Thanks for the reply Ian,

They have added more features since then, we're trying to keep the user on our side at all times, apart from when they log into their paypal, then paypa automatically send them back to us and we pick up the session.

Mark

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation