gupi Posted May 14, 2009 Share Posted May 14, 2009 ePayment (http://www.epayment.ro) is a reputable Romanian online credit card processor. Their API is very clear, so I have built a module to interconnect WHMCS with it. The installation should be straightforward (see readme inside the archive) Module released under GPL, no warranty offered. Version should be considered a late beta/RC It's been in use for about three months and works OK. Future versions will focus on cleaning the code, adding documentation and synchronizing with all WHMCS v4.0 features. epayment-module-0.3.zip 0 Quote Link to comment Share on other sites More sharing options...
minadreapta Posted January 12, 2010 Share Posted January 12, 2010 do you have another version Gupi? this one stopped working since we updated to cPanel 11.25 it's just not marking the invoices as paid anymore. 0 Quote Link to comment Share on other sites More sharing options...
gupi Posted February 16, 2010 Author Share Posted February 16, 2010 Updated ePayment module. Here's the latest version. Changelog 0.4 - 2010-feb-15 - cleaned up the messy code - corrected currecy behaviour (now module sends correct currency) - corrected VAT calculations - added epayment-readme.txt epayment-module-0.4.zip 0 Quote Link to comment Share on other sites More sharing options...
hostdynamicnet Posted June 10, 2010 Share Posted June 10, 2010 pe mine ma intereseaza modulul in whmcs ca sa integrez datele clientului:L j,Cui, adresa, nume firma...ma poate ajuta cineva? 0 Quote Link to comment Share on other sites More sharing options...
gupi Posted June 29, 2010 Author Share Posted June 29, 2010 Since Romania will switch to a new VAT value on July 1st, we have updated the epayment module (previos versions had the VAT calculations hardcoded) ePayment module for WHMCS (v 0.5) Changelog v0.5 (2010-Jun-29) - licensed under GPL v3 - defined a variable called $vat_tax (after July 1st you will have to edit file epayment.php and modify @vat_tax variable accordingly) Here's how it looks the VAT section (starting line ~54) in epayment.php: # TAX variables # 8<------------------------------------------------------------------- $vat_tax = 19; /* local VAT tax, in percents; */ # 8<------------------------------------------------------------------- 0 Quote Link to comment Share on other sites More sharing options...
gupi Posted August 8, 2010 Author Share Posted August 8, 2010 We are testing the IPN (Instant Payment Notification) callback on ePayment; if all OK, we plan to release the next version at the begining of September. 0 Quote Link to comment Share on other sites More sharing options...
Aurel Dragut Posted November 23, 2010 Share Posted November 23, 2010 I have received the first payment on an overdue invoice. in the epayment cpanel the order it's displayed as finalized but in whmcs the invoice it's still unpaid. does the module check the payment on cron job? or it's something under development and i have to handle it manually? 0 Quote Link to comment Share on other sites More sharing options...
gupi Posted August 9, 2011 Author Share Posted August 9, 2011 WHMCS module for ePayment has been upgraded to 0.6 Added IPN support (now all authorized payments will renter the invoice as paid) Find it at: https://www.hangarhosting.net/customers/downloads/2/ePayment 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.