skip to Main Content

I’m currently working with stripe woocommerce for my wordpress project, when I proceed a checkout using saved cards it shown me an error like this

No such source: ‘src_1HSDYbGnTdOaP0tZcjziW81K’

Adding new cards for checkout is fine, but using saved cards is not working at all and I don’t know how to fix this. Please help me thank you

I have the same situation with this query:
Woocommerce Stripe No such source: 'src_1HSDYbGnTdOaP0tZcjziW81K' Error

sadly i dont see the answer on this link

2

Answers


  1. I face the same problem today. I have this problem after switch the API to different Stripe account.
    So, I use a different CCV 3 digits number compare to previous saved CC details, and the problem is gone. Manage to complete the checkout.
    Alternatively, you can clear saved CC details from your Payment Method under the MyAccount page.

    Note: I use Stripe for WooCommerce

    Login or Signup to reply.
  2. I was also using Stripe for WooCommerce and had changed the API from my developer test stripe account to the customers test stripe account. Prior to switching API accounts, I had previously submitted a test payment via Stripe and saved the card, but after switching API accounts, this error occurred when I tried to use the "saved" card details.

    Using "user2601660" suggestion above, I chose to enter a new test card with a different expiry date and CCV number, and it went through just fine.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search