Jump to content

Importing existing stripe customers


Recommended Posts

Hi All,

Using WHMCS V7.9.2

We have a number of our customers setup with card details in Stripe from a previous billing system. I can't see any way to connect those card details to our WHMCS system.

We really don't want to have to go back to our customers and ask them for their payment details again.

Thanks

 

Link to comment
Share on other sites

  • 1 year later...

Not a method out of the box.  An addon module that gets all Stripe customer objects and compares emails to WHMCS client email address and then attaches that stripe customer to the whmcs client via createpaymethod functions / api.  For WHMCS 8 and I think 7.9+, the token WHMCS uses for stripe is a json object: {"customer":"cus_STripeCUstomerID","method":"pm_StripePaymentMethodID"}    As such, you would need to select a payment method at stripe and input that ID.  That isn't a problem if there is only one on file . 

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.

×
×
  • 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