ISPC Billing - Payment Gateways

Discussion in 'Plugins/Modules/Addons' started by gm112, Sep 25, 2013.

  1. gm112

    gm112 New Member

    Hi,

    Just curious.. where would I look to start integrating my own payment gateway into the billing addon? I don't want to use paypal.

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The Payment gateway page that you see when you click on a "pay now" link is:

    /usr/local/ispconfig/interface/web/billing/payments/pay.php

    it uses the template:

    /usr/local/ispconfig/interface/web/billing/templates/payments_pay.htm

    and the css file:

    /usr/local/ispconfig/interface/web/billing/templates/payments_pay.css

    If your billing provider is able to mark invoices as paid automatically (similar to paypal IPN notifications), thn take a look at the file:

    /usr/local/ispconfig/interface/web/billing/payments/paypal/ipn.php
     

Share This Page