Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @touchdowntech

    You can use filter wc_stripe_ach_get_mandate_text to customize the text that is displayed for the ACH payment method.

    Example:

    add_filter('wc_stripe_ach_get_mandate_text', function($text){
        return 'My custom ACH text';
    });

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the description for ACH?’ is closed to new replies.