#shahana_28408

1 messages · Page 1 of 1 (latest)

stray orchidBOT
rancid zealot
#

Hi there, price_id not a param that PaymentElement accepts. Can you elaborate more on what you are trying to achieve?

valid lintel
#

A user is purchasing from UAE, it should be paid in dhirams

#

And user also able to see how much he is going to pay in dhirams

rancid zealot
valid lintel
#

Let me check this

#

Here we are specifying currency right? Instead of that is it implement dynamically depends on user location

#

in checkout I read as, user IPaddress able to take local currency of that user

rancid zealot
valid lintel
#

So, only for US and Canda can pay in local currency using IP Addtress?

rancid zealot
#

For US and Canada merchants

valid lintel
#

ohh okie, so others How it is possible? local currency payment?

rancid zealot
#

You need to covert to local currency by yourself

valid lintel
#

okie, same for multiple currency?

rancid zealot
#

You mean convert to another currency rather than AED?

valid lintel
#

No if a user in any location, How they can pay it in their currency - multiple currency option

rancid zealot
#

Your application need to detect the customer's location and decide what currency and amount to be used when creating a paymentintent

valid lintel
#

I hv stripe account in UAE
and for the product I show 20 AED,
if a person purchase product from Saudi and paid 20 SAR, what will be the amount credited in my account as I shuld receive 20 AED?

rancid zealot
#

Is AED your payout currency?

valid lintel
#

Yes

rancid zealot
#

Then the funds will be converted to AED and payout to your bank account.

valid lintel
#

okie, and I more doubt

#

and stripe will provide the rate for that convert right ?

rancid zealot
#

No, there's no public Stripe API for currency conversion

valid lintel
#

so How we will convert

#

for a product is 20AED , How can convert to SAR?

rancid zealot
#

It's up to you, you can use your own conversion rate to convert the currency

valid lintel
#

Is there any global exchange rate which stripe supports?

rancid zealot
#

As I said, Stripe doesn't have a public API for currency conversion.

valid lintel
#

\Ok clear

#

Thank you