Change Subscription Payment Method to ACH
-
Hello,
We are implementing ACH payments through our website and have many existing subscriptions that are being paid for by Credit Card. We are hoping there is a way we can allow our customers to change their payment method to ACH on an existing subscription. We have the ACH portion of the plugin setup and when going to an existing subscription and selecting the option to Change Payment we get the checkout form. We can select ACH and get the Plaid box to connect to a bank (currently doing this all in Sandbox mode). But after going through the Plaid authentication process we get a fatal error. Checking the logs we see this:
2020-04-08T20:15:34+00:00 CRITICAL Uncaught Error: Call to a member function get_payment_method_title() on null in /var/www/html/testsalonxstore.greatclips.com/wp-content/plugins/woo-stripe-payment/includes/abstract/abstract-wc-payment-gateway-stripe.php:1010
Stack trace:
#0 /var/www/html/testsalonxstore.greatclips.com/wp-includes/class-wp-hook.php(290): WC_Payment_Gateway_Stripe->subscription_payment_method_updated(Object(WC_Subscription))
#1 /var/www/html/testsalonxstore.greatclips.com/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#2 /var/www/html/testsalonxstore.greatclips.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /var/www/html/testsalonxstore.greatclips.com/wp-content/plugins/woocommerce-subscriptions/includes/class-wc-subscriptions-change-payment-gateway.php(575): do_action(‘woocommerce_sub…’, Object(WC_Subscription), ‘stripe_ach’)
#4 /var/www/html/testsalonxstore.greatclips.com/wp-content/plugins/woocommerce-subscriptions/includes/class-wc-subscriptions-change-payment-gateway.php(385): WC_Sub in /var/www/html/testsalonxstore.greatclips.com/wp-content/plugins/woo-stripe-payment/includes/abstract/abstract-wc-payment-gateway-stripe.php on line 1010Is this capability supported?
Thanks!
- The topic ‘Change Subscription Payment Method to ACH’ is closed to new replies.