Skip to content
Andreas Kollaros edited this page May 28, 2014 · 9 revisions

Gateways

Most gateways are ready for integration on your php application.
A list of missing features are:

  • AuthorizeNet supports Advanced Integration Method (AIM) and Automated Recurring Billing™ (ARB). Pending ARB and CIM integrations
  • Centinel 3D secure gateway needs some test cases to be done. See pdf. It would be good idea to make these test case using PHPUnit.
  • From Paypal only PaypalExpressCheckout is supported. Need to integrate more Paypal solutions.
  • Paypal Pro, Paypal Express and Payflow are supported. Need to integrate Payflow.
  • Add rest of the gateways which Active Merchant has.

Integration Helper

Integration Helper have to support payment solutions that dont support direct requests. It aims to build an html form with all needed parameters and post it to a payment provider.

For more information about intergation helper see here

Clone this wiki locally