• I must change the statement descriptor for Stripe, all payment plugins I use have this ability, please assist thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter obertscloud

    (@obertscloud)

    this is my code snippet for another payment form what is yours?

    // 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);
    Thread Starter obertscloud

    (@obertscloud)

    Hello can someone please reply, your website support says we must use this support, but if you cannot support us then please let us know so we can review you and find an alternative solution. thanks

    Thread Starter obertscloud

    (@obertscloud)

    Hello support are you even there ? I need this please in fact Stripe told me this is your requirement as a developer to allow people to modify the statement descriptor
    it is simple code I can put in the snippet plugin to fire when a transaction or you can update your plugin and make it in settings ? Please

    Plugin Contributor highprrrr

    (@highprrrr)

    @obertscloud My apologies for the delay.

    Things have been a bit of a whirlwind behind the scenese lately. Good news is we’re actively working to grow the team and focus on some things that have been sadly neglected as of late.

    I’m not sure if there’s a snippet that can be used to accomplish this or not. If there is I’ll share it as soon as I find it. Otherwise I’ll bring this up in my next meeting with the dev team.

    Thank you for your patience!

    -James

    Plugin Contributor highprrrr

    (@highprrrr)

    Have you tried editing the descriptor in your Stripe account?

    Go to your Stripe Dashboard > the Cog icon in the upper righthand corner > which brings you to Settings > Account Details > Scroll down to Public business information > below support address you will see a meta box for Statement Descriptor and Shortened Descriptor

    Thread Starter obertscloud

    (@obertscloud)

    James
    Thanks for finally replying
    The Stripe setting in stripe is not possible I have one business multiple websites, it must come from the plugin or snippet of code

    searching your plugin I Found

    $calculated_statement_descriptor
    
    $statement_descriptor
    
    $statement_descriptor_suffix

    I am sure these are passed or their is a away with code, please help thanks

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

The topic ‘statement descriptor’ is closed to new replies.