Page 1 of 2 12 LastLast
Results 1 to 15 of 29

Thread: Any interest in other payment gateways?

  1. #1
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default Any interest in other payment gateways?

    Is there any interest in other payment gateways?

    I'm looking at third party billing solutions and it seems like paypal is buying a lot of them up. There must be other payment gateways that users are looking/asking about.

    Let me know and I'll see if I can't make a payment module for it.

  2. #2
    Join Date
    Aug 2006
    Posts
    43

    Default Payment Gateways

    Hi,

    I think google checkout might be worth integrating.

    Not sure of any other ones.

  3. #3
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Quote Originally Posted by EBIZ View Post
    Hi,

    I think google checkout might be worth integrating.

    Not sure of any other ones.

    Agreed!

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I'll grab the API and see what I can do.

    Since I'm Canadian I can't get a Google Checkout account for selling, only buying. But I'll see if they offer developer accounts.

    Watch this space for more info

  5. #5
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Since IndexU focuses on single payments, this will be easy. I'll have a module for google checkout within a few days (sorry, I try not to do too much work on the weekend).

    It might be even easier to do with a few changes to upgrade_form.php. I see possibilities ;)

  6. #6
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    a few tips on setup new payment system:

    - create google.inc.php, put the setting here
    - create google.php, put the form and the data which will be sent to google here
    - create 2 instant payment notification, one for upgrade link, and one for invoice

    in google.check-invoice.php, just call this function
    Code:
    MarkAsPaid($val_id);
    in google.check-upgrade.php, call the following functions
    Code:
              // save payment data
              SavePayment($val_username, $val_type, $_POST['item_name'], $_POST['payment_gross'], time());
    
              // upgrade link
              UpgradeLink($val_id, $val_type, $val_period);
    Of course, you need to adjust the paramenter/variable above with the codes you have

  7. #7
    Join Date
    Feb 2004
    Location
    Slovakia
    Posts
    72

    Default

    You are still forgetting about foreign customers.

    Not all of us can use international payement gateways, or all their features. Example: In Slovakia we can use PayPal, but only for sending money, not requesting.

    I would like to see some offline invoice payment addon. I know, there is such one: http://www.nicecoder.com/community/b...tem-addon.html

    but it has some limitations. (missing e-mail notification, etc.)
    Vsevedko
    Vsevedko - Slovak Directory - Indexu Deluxe 1.4.2, Catalog of slovak blogs - Indexu 5.4.0

  8. #8
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Me too, live in Indonesia where paypal account for sending money only.
    E-gold is a good alternative.

  9. #9
    Join Date
    May 2007
    Posts
    5

    Default Payment Gateways, NOCHEX

    How about one for NOCHEX Nochex - Online Payment Solutions: Credit Card Payment Processing Systems for Internet & Ecommerce Businesses
    it's a UK company and is just as popular as Paypal...


  10. #10
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    As for email notifications on the invoice system I have decided against it. Mostly because I'm not that great of a programmer and if I mess up then the script might have issues or vulnerabilities and I just don't want that to happen.

    I haven't gone ahead with the google checkout payments as I haven't had time to do anything with it. But it's still on the backburner for now. And now I'll add nochex as well.

    If someone does them before me then more power to them, but I'll try to get to them soon.

  11. #11
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    Can we add Direct BAnk Transfer payment and Paying by Check or Money Order?

    Regards
    Mitchell

  12. #12
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Check or money is already done with my Invoice System. They can print out an invoice/bill and submit payment via check/money order/wire transfer etc.

    View more info at http://www.nicecoder.com/community/s...ead.php?t=5598

  13. #13
    Join Date
    Dec 2007
    Posts
    23

    Default

    There's epassporte.

  14. #14
    Join Date
    Dec 2007
    Posts
    11

    Default would like a linkpoint payment module

    A Linkpoint gateway payment module would be great.

  15. #15
    Join Date
    Jul 2003
    Posts
    128

    Default

    Quote Originally Posted by Bruceper View Post
    I'll grab the API and see what I can do.

    Since I'm Canadian I can't get a Google Checkout account for selling, only buying. But I'll see if they offer developer accounts.

    Watch this space for more info
    You're Canadian?? I'm so sorry.

    HOW ABOUT INTERAC FOR THOSE CANUCKS
    Last edited by gspinney; 12-29-2007 at 12:29 AM.

Similar Threads

  1. InternetSecure payment module
    By Bruceper in forum Blocks and Modification
    Replies: 3
    Last Post: 06-13-2007, 12:52 PM
  2. Payment processing
    By Webfriend in forum Customers Lounge
    Replies: 2
    Last Post: 05-28-2007, 03:52 PM
  3. IndexU 5, and payment
    By inspireme in forum v5.x
    Replies: 9
    Last Post: 02-23-2006, 03:18 PM
  4. Payment
    By templates911 in forum Pre-Sales Questions
    Replies: 1
    Last Post: 05-09-2002, 04:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •