#Jr. Marc-fx

1 messages · Page 1 of 1 (latest)

blissful pivot
#

hello, reading here one sec

blissful pivot
#
  1. And is it not possible for the American company Stripe to receive my payments from Brazilians in dollars (USD)?
    I think I recall your earlier msg? that USD isn't a supported currency for a Stripe acct in Brazil, right?

if so then no your account can't accept a charge in USD

#
  1. Or are you unable to indicate any intermediary company/partner Stripe to do this?
    not sure I understand this question
#
  1. Does this problem occur with all non-US countries? For example, in Spain, if a Spanish tries to buy a product from a Spanish company in dollars, will he be refused, as he can only buy in euros?
    different countries support different currencies. https://stripe.com/docs/currencies#presentment-currencies
#

hmm that tells me only Brazilian cards can be charged in BRL but USD should work for Brazil?

#

And I can't activate 2 simultaneous currencies on my site, with my system.
why is this not possible? it really is all in control of your code

#
  1. If it is a problem that occurs in all countries, it would be interesting for Stripe to think of a solution to stand out from its competitors and automatically convert the currency in the case of a national purchase.
    addressed above, diff countries support diff currencies
#
  1. Or could I put my entire website in BRL (BRL) and an American could buy in BRL using a credit card? Although, visually, the values ​​can be confusing as it is a local currency and no one knows the conversion value other than Brazilians. Unlike the dollar, which is an internationally known value.

yes a US card can buy in BRL no issue. There is FX conversion on that.

#

all users view my site in dollars (USD).

  • if you are a Brazilian user, then Stripe identifies it and on the payment screen (within Stripe) does the conversion and displays the amount in BRL only for Brazilian users
#

yeah so that unfortunately isn't supported though Stripe is aware of that feedback.
For now, your code has to detect the country of a card, then create a Charge on USD / BRL depending

small ferry
#

Perfect, got it. Thank you very much for all the answers, it really helped me a lot and we will work on it. Thank you @blissful pivot