#michael-woocommerce

1 messages · Page 1 of 1 (latest)

vernal acorn
#

I can maybe try to help, what's the problem exactly?

gilded birch
#

Woocommerce Subscriptions want the src or card token. But I get a Stripe error when this is done.

#

invalid_request_error - source

This Source cannot be managed directly. Instead, perform the attempted operation on its managing PaymentMethod, pm_1JD3o7K8BobdcT7SeBZhqVqg.

#

But Woocommerce Subscriptions only supoprt src or card. They asked if you can convert my current tokens to src_ tokens

vernal acorn
#

no, that's not a thing that's possible

#

Woocommerce should be using the PaymentMethods API really, it's backwards compatible (using the Source/Token API is not always forwards compatible with PaymentMethods)

gilded birch
#

They wrote this: WooCommerce Stripe extension will only work with src_ prefixed tokens.

I recommend getting in touch with Stripe and checking to see if it is possible to convert your existing payment method tokens to source tokens.

If Stripe is able to convert your existing tokens to src_ tokens, you can follow the instructions here and replace the pm_ tokens in your customers' subscriptions with the new src_ tokens: https://docs.woocommerce.com/document/subscriptions/add-or-modify-a-subscription/#section-8

This guide explains how you, as a store manager, can manually add or change a subscription in your WooCommerce store. This applies to both the WooCommerce Subscriptions & Subscriptions by WooCommerce Payments *. We recommend starting with the Subscriptions overview and Store Manager Guide if you have not yet read this important information. Manu...

vernal acorn
#

if it is possible to convert your existing payment method tokens to source tokens.
it 100% is not

gilded birch
#

Okay. So if Woocommerce Subscriptions does not support PaymentMethods API in their migration it 100% wont be possible?

vernal acorn
#

that's what I would say

#

make sure you're using the latest version of their software but otherwise I'm sure their dev teams are aware of this and maybe it's a known limitation of that specific functionality of their platform, they work fairly closely with us.

gilded birch
#

Okay. Thanks for a clear answer. Been chatting about this for 5 hours now with you and Woocommerce. Weird that they dont have a working migration method to your API