SAB
Member
- Affected version
- 2.2.13
Hello, I am close to launching my new site, but I have noticed that when I test as a user and attempt to purchase an item, I get this error message;
I am going around in circles trying to work this out. I can see that Stripe.com has announced the following from this month;
I see this on the Stripe log.
I have checked my settings on Xenforo and Stripe many times, and all seems okay, but I don't know if this is an Xenforo issue or not - can anyone help with this?
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/question...-parameter-on-paymentintents-for-card-charges for additional details.
I am going around in circles trying to work this out. I can see that Stripe.com has announced the following from this month;
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.
I see this on the Stripe log.
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/question...-parameter-on-paymentintents-for-card-charges for additional details.[
I have checked my settings on Xenforo and Stripe many times, and all seems okay, but I don't know if this is an Xenforo issue or not - can anyone help with this?