Title: Statement descriptor &#8211; fraud
Last modified: April 8, 2022

---

# Statement descriptor – fraud

 *  [obertscloud](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-fraud/)
 * 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)

 *  Thread Starter [obertscloud](https://wordpress.org/support/users/obertscloud/)
 * (@obertscloud)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-fraud/#post-15565212)
 * $calculated_statement_descriptor
 * $statement_descriptor
 * $statement_descriptor_suffix

Viewing 1 replies (of 1 total)

The topic ‘Statement descriptor – fraud’ 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/)

 * 1 reply
 * 1 participant
 * Last reply from: [obertscloud](https://wordpress.org/support/users/obertscloud/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/statement-descriptor-fraud/#post-15565212)
 * Status: not resolved