souzadavi Posted August 26, 2019 Share Posted August 26, 2019 Hello guys, the multiple credit cards in WHMCS is great. I developed a credicard payment module with tokenised storage. I'm bit lost, because I didn't find any documentation about the changes. Some of my users are complain that the module not working in 7.8. But at docs i didn't find any changes yet. The DOC in: https://developers.whmcs.com/payment-gateways/tokenised-remote-storage/ got any changes? How will I save 2 cards in WHMCS now? How will I know wich card the user selected to pay the bill? There is no example for tokenised storage cards in: https://github.com/WHMCS/sample-merchant-gateway/blob/master/modules/gateways/merchantgateway.php Please could you give the direction? Thanks a lot. 0 Quote Link to comment Share on other sites More sharing options...
souzadavi Posted August 29, 2019 Author Share Posted August 29, 2019 No answer yet, how I know wich credit card i will delete? Where the others tokens will be saved?? 0 Quote Link to comment Share on other sites More sharing options...
brianoz Posted September 2, 2019 Share Posted September 2, 2019 (edited) Hi, From what I understand, WHMCS handles the card and payment gateway and passes the cardnum or gatewayid to your _capture function just as before. Similarly, returning a gatewayid etc from your function should work as before and just be saved in the right place. In other words I don’t think much changes. If your tokenised gateway requires the card info to be submitted directly to them at a pre-arranged URL, all bets are off, WHMCS have not yet told us how to do that. It used to be with a class if payment gateway functions (_remoteinput etc) but I’m not sure whether those still work. Edited September 2, 2019 by brianoz 0 Quote Link to comment Share on other sites More sharing options...
souzadavi Posted September 2, 2019 Author Share Posted September 2, 2019 Thanks to replied, I've been continue this topic in: 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.