#codepapa-woocommerce

1 messages ยท Page 1 of 1 (latest)

cosmic mortar
#

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

zinc thunder
#

You don't deal with the plugins?

cosmic mortar
#

Not unless someone is building a plugin. Usually plugins will have their own support channels.

zinc thunder
#

Are you familair with this?

cosmic mortar
zinc thunder
#

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?

cosmic mortar
#

Not necessarily. They can be created independently of each other.

zinc thunder
#

I figured if I moved customers, orders, subs and used the same plugin the data would be pulled that was required.

cosmic mortar
#

I don't understand the question. Can you elaborate?

zinc thunder
#

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.

cosmic mortar
#

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

zinc thunder
#

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.

short dove
#

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).

zinc thunder
#

Appreciate that. Stripe support said to remove the payment_method from the events?

#

Surely its needed though?

short dove
#

The error message said to remove it or provide a non-empty value