
Still looking for an online payment processor? Compare our partner payment gateways to find your best option.
Take an in-depth look at OpenGateway's features for both developers and end-users.
Browse the API documentation to see how easy integrating online payments can be.
OpenGateway is a multi-gateway, multi-tenant billing engine that makes integrating online payments into your web applications simple. OpenGateway works with your payment processor to handle all of your billing needs, like automated emails, recurring billing, using multiple gateways/currencies, coupons, and more.
There is a client library available for PHP and more client libraries will be released as they are developed.
Click here to purchase and download OpenGateway for just $95.
<request> <authentication> <api_id>YOURPRIVATEID</api_id> <secret_key>YOURSECRETKEY</secret_key> </authentication> <type>Recur</type> <credit_card> <card_num>0000111122223333</card_num> <name>John D Smith</name> <exp_month>10</exp_month> <exp_year>2014</exp_year> <cvv>123</cvv> </credit_card> <recur> <plan_id>5961</plan_id> </recur> </request>