Title: statement descriptor
Last modified: March 25, 2022

---

# statement descriptor

 *  [obertscloud](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-3/)
 * 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](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15494504)
 * 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](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15498289)
 * 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](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15507457)
 * 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](https://wordpress.org/support/users/highprrrr/)
 * (@highprrrr)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15552109)
 * [@obertscloud](https://wordpress.org/support/users/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](https://wordpress.org/support/users/highprrrr/)
 * (@highprrrr)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15552267)
 * 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](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15565211)
 * 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.

 * ![](https://ps.w.org/restrict-content/assets/icon.svg?rev=3529325)
 * [Membership Plugin - Kadence Memberships](https://wordpress.org/plugins/restrict-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restrict-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restrict-content/)
 * [Active Topics](https://wordpress.org/support/plugin/restrict-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restrict-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restrict-content/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [obertscloud](https://wordpress.org/support/users/obertscloud/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/statement-descriptor-3/#post-15565211)
 * Status: not resolved