#.saberkhan
1 messages · Page 1 of 1 (latest)
Hi there
Currency conversion happens automatically if the presentment currency is different from the settlement currency
Is it true for "Custom Payment Flow" integration for web? According to above reference we need to create a payment intent and currency conversion feature is not present in payment inent.
What is "currency conversion feature"?
If you are talking about https://stripe.com/docs/payments/checkout/present-local-currencies then you are correct -- Automatic Currency Conversion and Multi-currency Prices are not supported for a custom PaymentIntent flow
But it will still handle currency conversion (https://stripe.com/docs/currencies/conversions) automatically when necessary
If we use "Custom Payment Flow", and if product price is in USD and buyer from Europen countries wanted to pay in local currency, will it work if we integrate "Custome Payment Flow" for the web?
You would have to create PaymentIntents using the local currency of your customers. Then the amount would be converted to your settlement currency when the payment occurs.
But you would have to handle figuring out the right presentment currency yourself.
So conversion to presentment currncy is manual for "Custom Payment Flow"? Am I correct?
There is no "conversion to presentment currency". The presentment currency is the currency that you set when you create the PaymentIntent.
So for instance maybe you create a PaymentIntent for 100 EUR
If you are a US account then your customer will pay 100 EUR but then that 100 EUR will be converted to USD in your Stripe account
For US based company, I will present the currency in USD, but if a European customers wanted to pay in EUR, then "Custom Payment Flow" for the web will not work.
Correct, if you present in USD then they would pay in USD.
Ok. Is there any integration options for Stripe payment, where user will stay in my website i.e., user will not be re-directed to another url and have an automatic currency conversion.
No, that's currently only supported for Stripe Checkout
We do hope to support that for custom flows in the future, but we don't currently.
But Stripe Checkout customer will be redirected to Stipe payment page and redirect back to my webside. Am I correc?
Yes that's correct