|
PaymentProcessors
Related Information See the user story for site admins setting up payment processor: http://www.openplans.org/projects/plonecommerce/set-up-payment-processor Outline: Current Work | Recurring Billing | Code Assets | API Links | Pay Processors Overview Current work:
Recurring Billing Not all processors support recurring payments; we can't do if processor doesn't support it... Processors that support recurring payments:
Interface should ensure user understands that their pay processor will dictate if they can use that aspect of the product. Payment Processors Code Assets Authorize.net:
PayFloPro:
2Checkout:
Trust Commerce:
PayPal
GoogleCheckout:
Protx:
Other stuff can be found in zwarehouse:
Links to APIs for Developers For each kind of payment processor, the necessary fields should be determined and integrated into the appropriate interface in GetPaid. Authorize.net: Note: Developer documentation: http://developer.authorize.net/ PayFlowPro Developer documentation: https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-about-gateway-outside Google Checkout Developer documentation: http://code.google.com/apis/checkout/ 2Checkout https://support.2co.com/deskpro/faq.php?do=article&articleid=61 https://support.2co.com/deskpro/faq.php?categoryid=25 ZenCart http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials Paypal Developer documentation: https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-about-gateway-outside PayPal Integration Guide. See https://www.paypal.com/IntegrationCenter/ic_documentation.html (first two documents especially) NOVA/viaKLIX https://www2.viaklix.com/admin/support/default.asp General Payment Processor Overview Zwork, who developed plonemallpayment, and Ofer shared the following information: There are two main types of payment processors:
2. Lighweight redirecting payment processors that redirect the customer to the payment provider's site from which you then get redirected back (e.g. paypal). Processors are easily to develop, and quicker to set up for a shop Both types of payment processor consist of 3 parts:
2. The processor itself 3. The payment information (a persistent object that has the workflow (processing - success - failed - aborted) There are currently a set of processors in plonemall:
|
Sign in to add a comment
is it possible to implement a recurring payment option with Google Checkout?