Jump to content

No manage credit card option


kylevorster

Recommended Posts

Hey all,

 

I've updated my WHMCS installation from 5 to 6 last night and loaded a new payment gateway that allows for tokenisation. On my local dev copy clients can manage a credit card from the client area but on my live copy there's no such option.

 

I've tried everything but I can not find how to enable that option ..

 

Any advice ?

 

--- update ---

It seems like tokenisation ain't working at all, the credit card number and expiry that gets saved but the _storeremote function ain't being called.

---------------

Edited by kylevorster
added more info
Link to comment
Share on other sites

I figured out what the problem was, the gateway was added to the database with type 'invoice' instead of 'CC' and that caused the problem, if only WHMCS has better documentation ...

 

select * from tblpaymentgateways;

 

gateway | setting | value

+--------------+--------------------+

| gateway | type | Invoices

 

should be

 

gateway | setting | value

+--------------+--------------------+

| gateway | type | CC

 

- - - Updated - - -

 

Next question would be, is there anyway not to store the full cc number but only the last 4 digits, cause if you create a token then only the token and the cvc gets passed to the gateway, so there's no point in storing the full cc number.

Link to comment
Share on other sites

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