conecta6 Posted April 6, 2017 Share Posted April 6, 2017 Hi im programing a new one page cart width ajax functions. I'm processing all stripe payment width this stripe api but i need save in Whmcs cliente table the customer token for next payments. This token is saved id idgateway field, but addclient api command dont have this parameter. Is possible save this width api or i need a work directly width database and sql queries for this? thanks miguel 0 Quote Link to comment Share on other sites More sharing options...
markhughes Posted April 8, 2017 Share Posted April 8, 2017 Do you have the Stripe module on WHMCS? If so, you don't have to use the Stripe API you can just add cardtype, cardnum, expdate, and cvv to AddClient and the Stripe module will take over and update store the card remotely for you. But if you want to do it outside of WHMCS part you will need to store it using a database query. 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.