Horvath Posted November 15, 2010 Share Posted November 15, 2010 Is the a way to have "Pay by Check" as a Payment gateway? I use paypal alot, but I have alot of clients that still would like to pay by check option. Maybe "Pay by check" and my mailing address will pop up in the invoice. Many thanks Eric 0 Quote Link to comment Share on other sites More sharing options...
basic Posted November 15, 2010 Share Posted November 15, 2010 What a coincidence ... wanted to ask a very similar question: http://www.whmcs.com/modules.php I see all those many payment gateways here ... we do use authorize.net and Paypal ... but i wonder if "Bank Transfer" is simply a way to collect customers' bank info, and then process this ourselves (through our business bank account)? Is that what it is? Can we even directly deduct payments from our customer's bank account? (I haven't yet contacted our bank to ask.) Anyone is doing this and can explain it? Alternatively, is there any good 3rd party solution that we can use for eChecks? Many customers would love to do that. Any of those listed on above link? Thanks. John 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 15, 2010 Share Posted November 15, 2010 Maybe "Pay by check" and my mailing address will pop up in the invoice. You should use "mail in payment" as the gateway, and to get your address to show you add a conditional to the email that's sent. Here's an example: Your chosen payment method is: {$invoice_payment_method}{if $invoice_payment_method eq "Mail In Payment"} Please make checks payable to <add your company name> and send payment to: Address and stuff here {else} If your payment method is PayPal Subscriptions or 2CO; payments are automated and no further action is required. {/if} 0 Quote Link to comment Share on other sites More sharing options...
Horvath Posted November 16, 2010 Author Share Posted November 16, 2010 You would add this code to the outgoing Email invoice? 0 Quote Link to comment Share on other sites More sharing options...
Horvath Posted November 16, 2010 Author Share Posted November 16, 2010 I am looking to make this a option when clients sign up as well. I see all the payment gateways in /whmcs/modules/gateways/ isnt there a way to add a "Mail in Payment" gateway to be enabled in the admin section for clients to choose. When signing up? Plus I have imported all my accounts from Clientexec and this was a option in that program and alot of my clients had, "mail in Payment" as a form of Payment, now their default is Paypal and their getting confused as some dont use PayPal... Thanks so much.... Eric 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 16, 2010 Share Posted November 16, 2010 You would add this code to the outgoing Email invoice? You would edit the email template to include this conditional. Be sure to test once you're done. I am looking to make this a option when clients sign up as well. I see all the payment gateways in /whmcs/modules/gateways/ isnt there a way to add a "Mail in Payment" gateway to be enabled in the admin section for clients to choose. When signing up? If it's enabled as a payment choice for the plans you sell, it should be available to the client on signup. Just make sure you don't autoprovision the account until payment is received. Plus I have imported all my accounts from Clientexec and this was a option in that program and alot of my clients had, "mail in Payment" as a form of Payment, now their default is Paypal and their getting confused as some dont use PayPal... What's your question? If it's "why is it set to Paypal for them?", it's because you hadn't had mail in payment available when they were imported, I'd imagine. It wouldn't do to set it to a gateway you don't use. You will need to manually change those for existing clients. 0 Quote Link to comment Share on other sites More sharing options...
basic Posted November 17, 2010 Share Posted November 17, 2010 Anyone has any knowledge about my add-on question (see 2nd posting in this thread)? Thanks! John 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.