#.saberkhan
1 messages · Page 1 of 1 (latest)
Hey there
No, with Checkout Sessions the Session creates the PaymentIntent, not the other way around.
What are you really trying to do here?
Is is possible to have a currency conversion via payment Intent object for user to pay in their local currency?
Have you taken a read through https://stripe.com/docs/payments/checkout/present-local-currencies ?
That talks about two different ways with Checkout to present in localized currency
Let me check it out.
It looks like currency conversion is not possible to caputrue charges via Payment Intent. Am I correct?
Currency conversion happens automatically when necessary
But currency conversion will not happen if I use only payment intent. Am I correct?
Sorry I don't know what you mean by that. Currency Conversion will happen if the presentment currency of the Charge is different than your settlement currency.
But according to the above document currency conversion ONLY happens if we use Checkout session and Payment Link.
No those docs are specifically for Checkout and Payment Links
https://stripe.com/docs/currencies/conversions is the general docs on Currency Conversion
ok