• Resolved Minhajul

    (@minhajulhaque)


    Hi there,

    I’m getting the following error after this plugin got updated to 4.5.1 today. I should mention that Stripe is available in India and I have been using this plugin to take payments at WooCommerce checkout for more than six months.

    Error Message: Stripe is not available in your store’s country and will not be available for buyers to choose during checkout.

    Screenshot: https://prntscr.com/tyqjrq

    Please check what went wrong with your latest update.


    Minhajul

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try just editing the file wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php and add your country to the list of supported markets.

    Thread Starter Minhajul

    (@minhajulhaque)

    Hi Jo?o,

    Thank you for your kind assistance! It worked. I think they should edit this as well.

    Have a great day!


    Minhajul

    Hi,

    I have the same problem, however the solution does not work for me …

    After rollback to previous version, it works again. The country is included in the supported list.

    Thanks.

    I am facing the same error but can’t see the stripe in woo-commerce payment gateway section, https://prnt.sc/tyzckh

    please tell me how can solve this issue , the plugin is visible in plugin section. Can u add the image as to where we have set the country to the list of supported market

    This appears to be intentional:

    https://github.com/woocommerce/woocommerce-gateway-stripe/pull/1254

    > Removes Brazil, India and the Philippines. Stripe is not supported in the those countries. (Brazil and India are in preview, but not general availability.)

    If you’re in one of those countries, add this snippet somewhere and you should be back in business:

    
    add_filter( 'wc_stripe_supported_countries', function( $countries ) {
    	$countries[] = 'IN'; // Put country code here
    	return $countries;
    } );
    

    Hi,

    I am facing the same issue. However I live in Sweden and sweden is clearly included in the php.config file.

    Any tips? Can my store be based somewhere else without me knowing it?

    hi satellite

    I encountered the same problem as you. Has your problem been solved? I hope we can discuss it together, thank you

    Stripe is not available in your store’s country and will not be available for buyers to choose during checkout.

    Same problem here in Ireland.

    “Stripe is not available in your store’s country and will not be available for buyers to choose during checkout.”

    Please, can anybody help me with this? I am not so comfortable with editing PHP files. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting Error After Updating to 4.5.1’ is closed to new replies.