#Sandip Kundu-presentment-currency

1 messages · Page 1 of 1 (latest)

civic summit
#

Hey! You'd determine that when creating the Payment Intent with the currency parameter

#

How you display that is entirely up to your integration, there's no Stripe code/API for that

crisp path
#

Suppose I need to change the currency values : when some one visits this page from india will get the converted amount according to india's currency value, when someone from japan visit the same page will get the converted amount according to japan's currency value.

civic summit
#

You'll need to account for that in your code unfortunately, there's no API for that

crisp path
#

any related APIs ?

#

is there any APIs which offer foriegn exchange rates ?

civic summit
#

Not from us I'm afraid. You'd need a third-party one

#

Generally you'd store pricing details for specific presentment currencies in your own database/application, and look them up depending on the location of your customer