statement_descriptor error
-
I have a vendor who’s stripe payments (via cards) are failing, it is a newly created Stripe account. The error in the log is
2024-01-08T19:45:06+00:00 DEBUG ====Stripe Version: 7.8.1==== ====Start Log==== Error: stdClass Object ( [error] => stdClass Object ( [message] => The statement_descriptor parameter is not supported for the payment_method_type
card
. 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. [request_log_url] => {removed} [type] => invalid_request_error ) )Where are the statement_descriptor and statement_descriptor_suffix set? I can’t see any settings related to this in the plugin. I have other vendors with older Stripe accounts and they are working fine.
Any ideas what’s going on?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘statement_descriptor error’ is closed to new replies.