Each time I try to use the TEST Checkout feature of Stripe with my WooCommerce Plug-In I keep getting this error upon Checkout:
“Error: Failed to process the order, please try again later.”
The Error log (located in the back in of Stripe) reads: “You passed an empty string for “card”. You should remove “card” from your request or supply a new empty value.”.
So I wrote to Stripe, this was their response to me:
***************** FROM STRIPE *******************
“This error, “You passed an empty string for “card”. You should remove “card” from your request or supply a new empty value.” is being passed to us directly from WooCommerce, ?and you’ll want to get in touch with their team to see what’s preventing the card details from being passed through to the Stripe API.
Essentially, you’ll need to specify a card token where there’s an empty string. The card token is what is received when you’re using Stripe.js or Stripe Checkout from the front-end (you can share this note with WooCommerce when getting in touch with them!).
I’m sorry I can’t be of more help here, though it sounds like the WooCommerce team should be able to help put the finishing touches on your site! Please get back in touch if there’s anything else I can do to help.
************* END STRIPE ***************
I tried your newest version, and even the older version and both gave me the same error.
Can you please tell me how I can make Stripe work with my Woo Commerce?
Thank you,