• Resolved bdreaver

    (@bdreaver)


    Thanks for this plugin.

    I ran into an issue so thought I’d share in case anyone else experiences the same and so plugin creators can look into it too.

    Encountered a 400 error from Stripe when testing payment, turns out the ‘statement_descriptor parameter is not supported for the payment_method_type?card.’ as of this month 1 Feb 2024.

    Stripe says: ‘To continue supporting payment_method_type?card, please pass in?statement_descriptor_suffix?or remove the?statement_descriptor?parameter altogether.’

    If you get this error just leave the Statement Descriptor field under Credit Card blank and error should resolve..did for me.

Viewing 1 replies (of 1 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @bdreaver,

    1. I will share this with our internal team, they will review and plan accordingly.
    2. We have a filter code to add state ment description, please try if this helps you.

    add_filter( ‘cpsw_get_order_description’, function( $description, $order_id ){ // user can create and retrun any custom description string using $order_id }, 10, 2 );

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Stripe no longer supporting statement_descriptor’ is closed to new replies.