#xibo
1 messages · Page 1 of 1 (latest)
Do you mean you would like to settle in USD?
If so, Stripe supports alternative settlement/payout currency in USD and the configuration can be done in the dashboard: https://stripe.com/docs/payouts/alternative-currencies#setting-up-your-bank-account-for-alternative-currency-payouts
Please note that there will be additional charges with alternative payout currency: https://stripe.com/docs/payouts/alternative-currencies#alternative-currency-payouts-fees
thx for answering, sorry I did not describe my issue clearly, my product price is set to USD, and I want to charge customers by Alipay, but when I'm creating the PaymentIntent, Currency: stripe.String(string(stripe.CurrencyUSD)), the stripe API returns the error Msg:"The currency provided (usd) is invalid. Payments with alipay support the following currencies: cny, sgd."
may I know how should I solve this problem? thx a lot
Thanks for sharing! With SG account, Alipay only accepts CNY and SGD. You'd need to convert amount into SGD/CNY with its currency exchange rate. Example exchange rate provider will be Open Exchange Rate: https://openexchangerates.org/
thx for helping, if I add USD currency to my stripe account, is it possible to directly receive USD through Alipay?
I'm afraid I don't have the necessary expertise on the currency support on alipay with USD settlement as this channel focus on developers and technical questions. I'd recommend reaching out to https://support.stripe.com/contact. They'll be able to help you with that.
ok understand, thx a lot for helping
No problem! Happy to help 😄