Not working with latest WC Stripe Add-On
-
Hello,
After updating to the WC Stripe 4.2.3 plugin, WC Rest Payment no longer works.
It took a while to track down the error with both Stripe and WooCommerce but this is from Stripe support:
—–
The problem lies in that the integration (which from what I can tell is a WooCommerce plugin) is making a request to the PaymentIntents API but passing in incorrect parameters.The PaymentIntent’s API currently accepts Token, Card, Source and PaymentMethod object IDs in its payment_method:?parameter.
But it looks like the API requests made via your integration currently are passing source: tok_123?, which is not supported.
The source:? field only supports Source object IDs on Stripe (src_123), not Token IDs.
—–If I roll back to WooCommerce Stripe 4.1.8, everything still works but it would be great to get this plugin updated to work with the latest WC Stripe plugin.
I’d be happy to help more with this and making a PR but the GitHub repo for this plugin is no longer there.
At this point, yours is the only plugin that can process payments with WooCommerce from a front end JavaScript app and I’ve seen a few other threads with this issue.
The page I need help with: [log in to see the link]
- The topic ‘Not working with latest WC Stripe Add-On’ is closed to new replies.