Does WHMCS support or is there an add on that supports SecPay/Paypoint Form
We do not want to store CC details on the server and we currently use SecPay Form which transfers them to the Secpay website.
If not has anyone got an example of a Payment Gateway plugin that supports transfer for payment to an external site (as per the PayPal Standard module)
Thanks
Adam
Hi
Just create a single account in Instant called WEBSALES
Import all invoices down as SI's
import all credits down as SC's
Import all transactions down as SA'a
Pay attention to the VAT codes T1=UK, T1/T4=EU (depending on VAT reg no) and T9 for Rest of World
On Standard VAT accounting you would assign tax code T9 to the SA (no vat liability on payment part)
When we do integrations we usually have a flag which marks the invoice/transaction as posted in Sage do it is not duped.
It should be pretty straight forward to create a PHP script to output the above in Sage's own CSV format.
Use the File > Import Transactions routine
Other alternative would be to use an automated solution such as the one our company develops.
HTH
Adam
What are the recommendations for importing data from our existing in-house system which is a MySQL database
We have Accounts, Contacts, Contracts + Contract Items
We also need to import "opening balances" for each account
Is there a recommended procedure for this? Are there any sample import scripts for this process as all the import scripts for other systems are encrypted.
Thanks
Adam