Forum OpenACS Development: Paypal update 2003

Collapse
Posted by Ben Koot on
Hi folks,

Has anybody managed to integrate Paypal in ACS 4.6 I would use Authorize net, but for the servce I have in mind it's not a realistic option.

Thanks

Collapse
2: Re: Paypal update 2003 (response to 1)
Posted by Rocael Hernández Rizzardini on
do you mean oacs4.6?
I did an small integration for a site in oacs3.x that is working fine so far... =)
Collapse
3: Re: Paypal update 2003 (response to 1)
Posted by Ben Koot on
Oops slip of the keyboard... Yes OACS 4.6
Collapse
4: Re: Paypal update 2003 (response to 1)
Posted by Caroline Meeks on
Ben (or anyone else)

Did you end up writing a paypal interface?

Thanks

Collapse
5: Re: Paypal update 2003 (response to 4)
Posted by Mark Aufflick on
I can't really see what would need to be done - paypal basically just requires you to make some magic urls that follow a very simple syntax and need the following information:

* your paypal merchant id (a fixed number)
* your product price
* your product code (optional and totally up to you)
* weight (optional)

and maybe a few other optionals. donations are even simpler

The paypal documents describing this are:

buy now links : http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/singleitem-intro-outside
shopping cart : http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/sc-intro-outside
donations : http://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/donate-intro-outside