Get paid paypal payment processor functionality
Project description
This package provides paypal payflowpro payment processor functionality for the getpaid framework.
It uses python-payflowpro for the underlying access to paypal (http://code.google.com/p/python-payflowpro/ & http://pypi.python.org/pypi/python-payflowpro/)
What is Paypal PayFlowPro
For more information see https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-pro-overview-outside
Create PayFlowPro test account
To create a test paypal payproflow account all you need to do is go to https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-gateway-overview-outside and go through the registration flow. When it asks you for your credit card information, just drop out (close browser) and a test account will be created.
This is only for US accounts.
FYI, you can use the same account for both testing and live transactions at the same time, so if you are going to activate the account, create the login id accordingly.
After completing that step you will receive an email with login instructions.
After logging in you should create a seperate user account for getpaid.payflowpro to use.
Plone Setup
getpaid.payflowpro setup
Enter Plone Site Setup -> GetPaid Setup
Under ‘Payment Options’ select Paypal PayFlowPro
Under Payment Processor Settings enter the login credentials for your PayFlowPro account. (See Create PayFlowPro test account above if you do not have one)
Dependencies
- getpaid.payflowpro requires the following:
GetPaid (http://www.plonegetpaid.com/)
A PayFlowPro account
TODO
The login information should be encrypted (or minimally obfuscated) and not redisplayed to the user after it is entered.
Test refund. It’s imlemented, but I haven’t tested it since I can’t figure out how to refund an order in the UI. Plus who really want’s to give money back? ;)
CHANGES
1.1 (2009-08-19)
Store the processor id returned by payflowpro
1.0 (2009-07-22)
Handle expiration date as a string.
1.0b1 (2009-01-28)
Update README to include some information about PayFlowPro
remove bootstrap and buildout since this is not functional without GetPaid
Remove incorrect copyright. Only copyright message is in LICENSE
Update version to 1.0b1
Implement (but didn’t test) refunds
Remove IPaypalPayFlowProwProcessor since it didn’t add anything [larubbio]
Detailed Documentation
You will need to set this as your payment processor in the getpaid admin interface (Payment Options)
Last step is to enter your payflowpro account information (vendor, partner, username and password).
Enjoy!
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.