Jump to content

countrywesterndj

Retired Forum Member
  • Posts

    28
  • Joined

  • Last visited

About countrywesterndj

countrywesterndj's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. We were a 2CO customer for over 6 years and they also shut us down with only 30 days notice. We contacted them to say were not doing any sort of cyberlocking. Their attitude is terrible. They wouldn't ever listen. I now will not recommend 2CO to anybody and spread the word of their terrible service. We started using STIPE and got set up within minutes. So far, so good. They have an iPhone app which sends you transactions / signups to your iPhone plus emails. They pay out after only a few days. 2CO on the other hand held the money for up to 2 weeks. There are several modules that can be used to interface WHMCS with STRIPE. We have tested several and like the one from ServerPing the best. It is free. You should spend $15 and sign up for their yearly support. They answer within a day. Some of the others still haven't answered after a week. Here is a link to ServerPing's module: https://www.serverping.net/clients/cart.php?gid=3
  2. Can you share what 'tweaks' you did to fix it ? I have same problem.
  3. Can you or Rob at least tell me what Data Set ? Thank you.
  4. But when an order is placed and sent to PayPal, for example, the information is sent whether the order should be charged monthly, quarterly, semi-annual, annually, etc. That information is sent to PayPal and must be stored somewhere. Has to be. My problem is my gateway works fine for Cybersource. However when a customer selects to pay annually, I need to tell Cybersource not to re-bill until 1 year. The way I have it programmed, it will bill every month, unless I can identify that the order is annually, and sent that to Cybersource. This is my issue.
  5. James, thank you. When I print out the $params, I still don't get the billing cycle. Here is what prints out: [paymentmethod] [convertto] [mid] [name] [templatetype] [testmode] [type] [visible] [companyname] [systemurl] [returnurl] [langpaynow] [description] [invoiceid] [clientdetails] - [userid] - [firstname] - [lastname] - [companyname] - - [address1] - [address2] - [city] - [state] - [postcode] - [countrycode] - [country] - [countryname] - [phonecc] - [phonenumber] - [notes] - [password] - [currency] - [defaultgateway] - [cctype] - [cclastfour] - [securityqid] - [securityqans] - [groupid] - [status] - [credit] - [taxexempt] - [latefeeoveride] - [overideduenotices] - [separateinvoices] - [disableautocc] - [language] - [lastlogin] - [billingcid] - [fullstate] - [amount] - [currency]
  6. I thought this was an easy question. Nobody has an answer ?
  7. I'm trying to write a Payment Gateway module and the only thing I have not working is the billing cycle. Here is part of the code: echo "amount= ".$params['amount']; echo "invoice ID= ".$params['invoiceid']; echo "currency= ".$params['currency']; echo "billing cycle= ".$params['billingcycle']; Everything prints out OK except the billing just prints out as BLANK. What am I doing wrong?
  8. Nobody has answered this. I also needed to know if on new 5.xx version if I can add the quantity into the direct order Shopping Cart link. Has anybody done this ?
  9. I am running version 5.03 for about a month. Is the security patch (http://forum.whmcs.com/showthread.php?t=43462) already installed in this version, or do I need to install it. I'm guessing that since this version came out after the patch, I am good without installing. Thanks.
  10. Having the same problem. Which table did you edit?
  11. Yes, they get credit, but next month PayPal deducts another subscription payment. That is when they complain.
  12. Tried searching for information on this, but didn't find anything. We have just upgraded to the new version (3.6.1) about a month ago. I don't remember this happening in the old version we had. When the CRON job runs to generate invoices, it sends out invoices to all of the PayPal subscription people. A bunch of people see the invoice and pay it. Then in a few days, I get a monthly PayPal payment. So, the customers get annoyed and we have to refund the invoice payment. Is there any way to turn off the sending of invoices to subscription PayPal customers?
  13. No, I checked and prorate is NOT on. I do have a promotions running .. 50% off the 1st month of service. I was thinking somehow this is how they do it.
  14. I'm not sure how this is happening, but a few of my customers are getting PayPal subscriptions to have the following: -1st month free - then $20.00 per month afterwards I don't have any free promotion, so I'm not sure how they are doing this. I've seen 2 of them go in and change their customer information several times. I'm not sure if this has anything to do with it. All of the free 1st month's billing are subscription. Has anyone else seen this problem? Any ideas on how to stop it?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated