#.saberkhan

1 messages · Page 1 of 1 (latest)

stark haloBOT
analog cypress
#

Hi there

#

Currency conversion happens automatically if the presentment currency is different from the settlement currency

burnt linden
#

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.

analog cypress
#

What is "currency conversion feature"?

burnt linden
#

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?

analog cypress
#

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.

burnt linden
#

So conversion to presentment currncy is manual for "Custom Payment Flow"? Am I correct?

analog cypress
#

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

burnt linden
#

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.

analog cypress
#

Correct, if you present in USD then they would pay in USD.

burnt linden
#

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.

analog cypress
#

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.

burnt linden
#

But Stripe Checkout customer will be redirected to Stipe payment page and redirect back to my webside. Am I correc?

analog cypress
#

Yes that's correct