PDA

View Full Version : Where can I find a paypal pro implementation?


jgarifuna
July 20th, 2006, 23:37
Do you guys any ideas where I can find a PayPal pro implemention that I can integrate into my web applications?

Pauly
July 21st, 2006, 01:37
I'm not sure what you mean, as far as I know, PayPal does offer code for you to place into your website, maybe that's what you mean?

jgarifuna
July 21st, 2006, 02:09
Pauly,

thank for taking the time to reply!

Paypal has a service called PayPal Pro which has a recurring fee of $20 per month to the merchant. My understanding is that this service allows the merchant to charge the cards on his site and sends backend information to PayPal without the user's knowledge.

I am looking for an implementation of this so I can incorporate it into my applications.

Pauly
July 21st, 2006, 02:21
Oh! You're wanting someone to integrate this into your website for you?

I don't think I'm following :oops: I found this - https://www.paypal.com/cgi-bin/webscr?cmd=_wp-pro-integration-outside

Cameron
July 21st, 2006, 02:56
I would think Paypal Pro would use Paypal's standard IPN API, since PayPal Pro is more or less a pay-for account upgrade, but I could be wrong.

jgarifuna
July 22nd, 2006, 01:49
Thanks guys. Your input really helps.

jos
July 23rd, 2006, 01:53
I'm not sure what you mean


I don't think I'm following :oops:


...but I could be wrong.


Thanks guys. Your input really helps.

How sarcastic ;)

I'm also working on a project that's going to need this so if you find out how, care to share your answer? :lol:

Cameron
July 23rd, 2006, 02:21
A good place to look would be Paypals Developer Center (https://developer.paypal.com/). Where a sandbox can be setup.

Anoop
July 23rd, 2006, 19:42
I've worked with Payflow pro. It is very easy to inetegrate with a php site since php
provides a PECL extension (pfpro).
http://www.zend.com/pecl/tutorials/pfpro.php

If you download the PayFlow pro SDK (there should be the same for PayPal pro) from their site, they provide examples along with the SDK (in different languages like php , perl , bash script etc).