#krishna_awate
1 messages · Page 1 of 1 (latest)
You'd need uppercase them yourself.
That's not something Stripe API or SDK can do
Okay got it. One more question sir.
I am using supported_payment_currencies from response, so does it mean I will be able to do transaction in those currencies from anywhere in the world?
It depends on a few factors
We have a doc here that covers this thoroughly
https://stripe.com/docs/currencies
I'd recommend reading through this as it will answer most/all of your questions
Okay I will go throgh it.
Hello I have one another question.
If I do payment in any other currency & I want to convert it to some base currency to store in my data base for e.g. I am doing payment in CAD and I want to convert it to USD after create paymentIntent. How can I do that?
The funds automatically settle in default currency on the account. So if your account is in the US and the currency on the account is USD then funds received in cad would automatically fx and settle in usd
use case is that I want to show total raised amount on my page in USD.
If I directly sum it & there is any difference in currecny it will show wrong.
So how can I get that conversion to my USD even doing payment in other currency?
We don't provide a currency conversion api. You'll need to use some external service if you want to display an amount in another currency
Okay got it.
Thank you so much.
Is not there USD converted amount in your ani api response?
How it is done?