#Kamesh

1 messages · Page 1 of 1 (latest)

steady geyserBOT
ivory sluice
#

For example, the smallest unit of USD is cents, then the amount will be 100 cents for $1

dreamy panther
#

when we handle multiple currencies, what is the best way to determine whether to multiple by 100 or not?

ivory sluice
#

You'd need to check the smallest unit of the currencies supported. Another example will be that JPY's smallest unit is dollar, so the amount will be 500 dollar for JPY 500.

dreamy panther
#

does stripe has this smallest unit value available somewhere?

#

whch we can use programatically>?

ivory sluice