Jump to content

Integrating WHMCS into my website


vuamitom

Recommended Posts

Hi friends,

 

I'm making a website that requires an invoicing system with customer support. We are considering WHMCS to handle the job for us.

 

After going through the documentation, I reckon that WHMCS maintains it own database with its own set of client, product ... information. However my current website need to maintain a similar set of data too, i.e client, product for some other tasks. I'm afraid that it will cause kind of data inconsistency if we use WHMCS in parallel with our website.

 

Though WHMCS provides some API to update/create user and order programatically, it doesn't wholly eliminate the possibility of disparity. Neither is it adequate (e.g no api to manage products, promotions ..)

 

Is there any other way to share the data between WHMCS and our own system? Any one has run through similar situation can help?

 

Thanks in advance.

Link to comment
Share on other sites

Hi Mark,

 

The website is being built from scratch. In case you need to know, it's built using Grails, a Java framework. WHMCS seems to be in PHP. Yet the WHMCS api relies on url request only so I think that it will work with Java as well won't it?

Link to comment
Share on other sites

The API requests would work fine from java, you just need to use the proper functions to mimic the requests that curl is doing in PHP.

 

Since its custom coded, what keeps you from integrating your existing website to use the same database as WHMCS? You can add additional tables to the database without it causing any problems.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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