Jump to content

Stripe Payment Gateway "Remote transaction failure. Please contact support" "No Such Customer"


Recommended Posts

When processing a Stripe payment the customer was seeing "Remote transaction failure. Please contact support". When I looked in the log it was saying "No Such Customer" and was showing a customer ID. My customers were previously using Quantum Vault and I finally tracked this down that the Stripe payment gateway was being passed the old Quantum Vault customer ID. I found a fix that works so I thought I would share. If you look at the MySQL database at the table named 'tblclients' for each customer row that had a 'gatewayid' value from the old Quantum Vault module, I had to update the record to remove the old 'gatewayid' value and just make it blank. Then have the customer pay an invoice with the Stripe gateway. You will notice the customer is now able to successfully pay and after they pay the 'gatewayid' will be updated with a new valid value. Hope this helps someone, I wasted a lot of time tracking it down.

Edited by cesiumdeth
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