Integrating stripe custom flow payment in my application.
According to Indian regulation india issued cards require denomination in 'inr' .
But my business shows the user payment in 'usd'.
So Is there a stripe api which converts payment amount from usd to inr prior to creating the 'Payment Intent'.
Or else I will have to use an external currency converting api which are mostly paid.
(This should ideally be done by stripe itself but it fails the transaction.)