• Stripe reports your company name as statement descriptor we need a way to change it fast we are getting problems with customers
    another plugin uses code and I have not gotten a response from your company

    // The code will be applied to all forms
    
    add_filter('wppayform/stripe_checkout_session_args', function ($checkoutArgs, $submission) {
                $descriptor = 'VoiceofChangeNetwork';
                $checkoutArgs['payment_intent_data']['statement_descriptor'] = $descriptor;
            return $checkoutArgs;
    }, 1, 2);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Statement descriptor – fraud’ is closed to new replies.