Stripe Descriptor Error
-
My website has been unable to process Stripe payments since March 1st.
The issue is with the payment descriptors. Apparently they no longer comply with Stipe policy
When a customer places an order it appears in WooCommerce as Failed and this message appears: “The statement_descriptor parameter is not supported for the payment_method_typecard
. To continue supporting payment_method_typecard
, please pass instatement_descriptor_suffix
or remove thestatement_descriptor
parameter altogether. Please see https://support.stripe.com/questions/use-of-the-statement-descriptor-parameter-on-paymentintents-for-card-charges for additional details. Order status changed from Pending payment to Failed.” In the document it says: “As of 01/02/2024, Stripe no longer supports thestatement_descriptor
parameter on the PaymentIntent API for PaymentIntents in which one of the supportedpayment_method_types
iscard
. Attempting to set a statement_descriptor on a PaymentIntent with acard
as one of the payment_method_types will result in a 400 error code. For these requests, please use thestatement_descriptor_suffix
instead.”
Also:
“Use of the statement_descriptor parameter on PaymentIntents for card charges Statement descriptors explain charges or payments on bank statements. Using clear and accurate statement descriptors can reduce chargebacks and disputes. Banks and card networks require the inclusion of certain types of information that help customers understand their statements, and statement descriptors provide this information. Read our documentation for more detailed information regarding statement descriptors. As of 01/02/2024, Stripe no longer supports thestatement_descriptor
parameter on the PaymentIntent API for PaymentIntents in which one of the supportedpayment_method_types
iscard
. Attempting to set a statement_descriptor on a PaymentIntent with acard
as one of the payment_method_types will result in a 400 error code. For these requests, please use thestatement_descriptor_suffix
instead. If you encounter any issues related to statement_descriptors, please contact Stripe Support for assistance.”
I contacted Stripe support but they say this is a WooComm issue.
I have the latest version of the plugin installed but cannot see anywhere to make changes to payment descriptor other than the standard field.
Can you help please?The page I need help with: [log in to see the link]
- The topic ‘Stripe Descriptor Error’ is closed to new replies.