• Resolved Yrrab

    (@yrrab)


    Hi support,

    We turned all payment methods on that are relevant to our shop in our Mollie dashboard, however, SEPA incasso does not activate although I tried to turn it on / off several times. I also hit “vernieuwen” within mollie plugin for woocommerce in the settings. https://share.getcloudapp.com/NQuWOAZz

    Any idea what is wrong? I asked Mollie and they told us to inquire here. Also FYI, we currently installed wpswings subscription plugin.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @yrrab

    The Mollie plugin supports the official WooCommerce Subscriptions plugin, but not any third-party subscription plugins.

    SEPA Direct Debit can only be enabled when the WooCommerce Subscriptions plugin is active, or when using a filter like this to declare that a subscription plugin is active:

    function my_mollie_subscription_plugin_active_filter( $subscriptionPlugin ) {
        return true;
    }
    add_filter( 'mollie_wc_subscription_plugin_active', 'my_mollie_subscription_plugin_active_filter' );
    

    A filter like this could be added to the functions.php file of the active (child) theme.
    This doesn’t mean that it would automatically work with the wpswings subscription plugin, though. We haven’t performed any tests with this plugin and only support the official WooCommerce Subscriptions plugin.

    In any case, I hope this information helps you out!

    Kind regards,
    Niklas

    Thread Starter Yrrab

    (@yrrab)

    Hi @niklasinpsyde,

    Thanks for the response. I’ll check this with wpswings!
    Keep in touch.

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    It looks like, according to the plugin developers, the Mollie plugin should work with it.
    But since we haven’t performed any tests in this regard, we can’t guarantee this to be the case with the latest Mollie versions.

    The Mollie plugin is developed in a way that allows third-parties to add compatibility for their specific plugins, but there are currently no plans to extend the subscription support to other third-party subscription plugins from our end. So contacting the other developer would indeed be the best path forward to learn about how it works with Mollie.

    Kind regards,
    Niklas

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    We have not heard back from you in a while, so I’m marking this thread as resolved.
    If you have any further questions, we recommend getting in touch with the Mollie Support Team directly.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘SEPA direct debit not activating’ is closed to new replies.