Title: Stripe Statement Descriptor
Last modified: February 17, 2023

---

# Stripe Statement Descriptor

 *  Resolved [rybtechsupport](https://wordpress.org/support/users/rybtechsupport/)
 * (@rybtechsupport)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/stripe-statement-descriptor/)
 * I am moving from another plugin, but I need to edit the Stripe Statement Descriptor,
   via php, css, or your plugin
 * for the old plugin I used
 *     ```wp-block-code
       // The code will be applied to all forms
   
       add_filter('wppayform/stripe_checkout_session_args', function ($checkoutArgs, $submission) {
       $descriptor = 'VoiceofChangeNetwork';
       if (isset($checkoutArgs['payment_intent_data'])) {
       $checkoutArgs['payment_intent_data']['statement_descriptor'] = $descriptor;
       }
       return $checkoutArgs;
       }, 1, 2);
   
       please help so I can integrate this quickly, thank you
       ```
   

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

 *  Plugin Support [Patrick – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport12/)
 * (@wpmudevsupport12)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/stripe-statement-descriptor/#post-16483745)
 * Hi [@rybtechsupport](https://wordpress.org/support/users/rybtechsupport/)
 * I hope you are ding well.
   You shouldn’t need any custom code to add a description,
   this can be done from interface: [https://monosnap.com/file/UccqR2UaVDV10DK1ZQi7UtxKuj0mAj](https://monosnap.com/file/UccqR2UaVDV10DK1ZQi7UtxKuj0mAj)
   Let us know if this is the feature that you are looking for.Best RegardsPatrick
   Freitas
 *  Plugin Support [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/stripe-statement-descriptor/#post-16572621)
 * Hello [@rybtechsupport](https://wordpress.org/support/users/rybtechsupport/) ,
 * We haven’t heard from you for some time now, so it looks like you don’t require
   our further assistance.
 * Feel free to re-open this ticket if needed.
 * Kind regards
    Kasia

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

The topic ‘Stripe Statement Descriptor’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/stripe-statement-descriptor/#post-16572621)
 * Status: resolved