Hi @neoseeyou
Is this occurring when a saved payment method is used?
Kind Regards
Thread Starter
alpha2
(@neoseeyou)
Not sure but i guess yes it could be
Hi @neoseeyou
I’m not able to recreate so I need some more information from you.
- What type of product is this? (Subscription, regular product, pre-order etc)
- What is your Stripe account ID?
- Are you using the Universal Payment Method with SEPA or SEPA as stand-alone?
Kind Regards
we use this plugin in our dev site.
https://woocommerce.com/products/woocommerce-subscriptions/
when we try to do renewal using stripe credit card payment method we got this error log
thrown in /var/www/elevatebio.com.au/htdocs/wp-content/plugins/woo-stripe-payment/includes/wc-stripe-functions.php on line 544
[13-May-2024 07:28:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WC_Payment_Token_CC::get_payment_method_title() in /var/www/elevatebio.com.au/htdocs/wp-content/plugins/woo-stripe-payment/includes/wc-stripe-functions.php:544
this issue only happen on version 3.3.62 I just revert back to 3.3.60 to temporary make it work, please help to check
Thread Starter
alpha2
(@neoseeyou)
Email sent !
By the way, what is the benefit of using Universal Payment Methods ?
Thread Starter
alpha2
(@neoseeyou)
We try with the customer and the problem occur. The sepa is saved into his account, so in the checkout, we choose saved Sepa account to pay the order
Thread Starter
alpha2
(@neoseeyou)
once downgrade to 3.3.60, problem is solve
Hi @neoseeyou
We’ve done some more testing and it looks like this is partly because Stripe has deprecated the use of src_ payment methods in the Payment Intent API. Here is the error message that occurs once the reported error is resolved regarding the mandate_data:
Using a SEPA Debit Source in the payment_method field has been deprecated and is no longer a valid integration path. Please migrate your Source objects to PaymentMethods using the Dashboard migration tooling here: https://dashboard.stripe.com/sources-migration
We’ve contacted Stripe to get a better explanation of what this means and what steps need to be taken.
Kind Regards
This should be resolved in version 3.3.70.