woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
234 stars 206 forks source link

SEPA Transfer and Giropay hidden (when store currency isn't EUR) #2846

Open maltfield opened 9 months ago

maltfield commented 9 months ago

Describe the bug

I tried to enable these two payment methods in my woocommerce settings (with woocommerce-gateway-stripe):

  1. Stripe SEPA Direct Debit
  2. Stripe giropay

Unfortunately, after enabling these payment options both in my Stripe dashboard and in wooommerce, my wordpress site displays the following errors:

Stripe SEPA Direct Debit is enabled - it requires store currency to be set to EUR
Stripe giropay is enabled - it requires store currency to be set to EUR

SEPA Direct Debit won't be visible to your customers until you add EUR to your store.
giropay won't be visible to your customers until you add EUR to your store.

This is, of course, not a technical limitation; it's a bug.

My Stripe account is in EUR and my woocommerce store is in USD. This is not an issue for other payment methods like credit-cards, which get their currency converted at payment time.

To Reproduce

  1. Set woocommerce store currency to USD
  2. Enable payment method Stripe SEPA Direct Debit in woocommerce settings
  3. Enable payment method Stripe giropay in woocommerce settings
  4. Add item to cart, attempt to pay with SEPA or giropay
  5. Fail to find option to pay with the newly enabled payment methods

Expected behavior

I should be able to enable payment methods Stripe SEPA Direct Debit and Stripe giropay in a store in any currency, because the currency gets converted to EUR at checkout time.

github-actions[bot] commented 1 month ago

Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.

maltfield commented 1 month ago

This issue is still relevant.