#codepapa-woocommerce
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ this sounds like it might be on the 3rd party side of things (e.g. WooCommerce), or the Stripe support side of things, as we don't really handle manual input of token information anywhere that I can think of.
I wish I could help, but this chat is focused on developers and API integration questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact/email
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You don't deal with the plugins?
Not unless someone is building a plugin. Usually plugins will have their own support channels.
Are you familair with this?
I know of it, but I don't know anything about it.
Here's WooCommerce's support page: https://woocommerce.com/document/woocommerce-self-service-guide/
Here's how to get help: https://woocommerce.com/document/how-to-get-help/
One question
The plugin allows me to enter Customer ID and also has a field for Payment Method Token
I have the customer ID
does each customer have there own payment method token? in stripe?
Not necessarily. They can be created independently of each other.
I figured if I moved customers, orders, subs and used the same plugin the data would be pulled that was required.
I don't understand the question. Can you elaborate?
I had a WP website setup, for subscriptions.
I created a new WP install, new website, so then I exported and imported Users, Customers, Orders and Subscriptions.
Re-enabled the Stripe plugin, connected it successfully.
But then the renewal orders, 2 so far have failed for seemingly the same issue.
Again, this is very much a WooCommerce issue. We don't interface with their forms or have access to their service.
You'll need to reach out to them
You passed an empty string for 'payment_method'. We assume empty values are an attempt to unset a parameter; however 'payment_method' cannot be unset. You should remove 'payment_method' from your request or supply a non-empty value.
Is this somethign I can do in Stripe or related to the plugin?
Last question, sorry.
Hi ๐ I"m stepping in for @cosmic mortar as they had to go.
This is something you would need to address with the WooCommerce plugin. This error suggests the request to the API was missing a payment_method. Unfortunately we cannot help with that since the only approach we would know about is how to do this with code (not plugins).
Appreciate that. Stripe support said to remove the payment_method from the events?
Surely its needed though?
The error message said to remove it or provide a non-empty value