cbartosz
Forum Replies Created
-
I locked EUR as this is my home currency, but the transfers still don’t go through.
Also, why does the form always corrects the payment values to X.00 (eg. when I type 3 it automatically changes to 3.00). However, on the Stripe log it says it’s 300EUR instead of 3EUR:
“object”: “source”,
“amount”: 300,
“client_secret”: “src_client_secret_xxxxxxxxxxxxxxx”,
“created”: 1564588010,
“currency”: “eur”,Another problem, no matter what I do but the payment never goes through and is cancelled on the Stripe side (for the customer nothing really happens). 3 of my Chinese friends tried it and it failed for all of them.
On test mode it works fine, also both Wechat and Alipay are activated on the Stripe account:“statement_descriptor”: null,
“status”: “canceled”,
“type”: “wechat”,
“usage”: “single_use”,
“wechat”: {Would there be an option to remove the currency choice field and only let the user pay in the default currency (eg. USD)?
I have 3 kind of customers: Hong Kong, Taiwan, and China.
I’m using some plugins to sell certain products in Hong Kong dollars to Hong Kong customers only, then in Taiwan Dollars to Taiwan customers, and in CNY to China customers.
This all works fine with Woocommerce multicurrency and some plugins that allow me to use custom currency for chosen products.
Will it also work with You plugin? Eg. I have a product that I only want to show on my shop in CNY and customers can pay by Wechat/Alipay in CNY, my Stripe account is in Switzerland and no matter in what currency I charge the amounts are converted to Swiss francs anyway, but I need to advertise the products in local currencies.