#ShDev

1 messages · Page 1 of 1 (latest)

nimble tuskBOT
frosty burrow
#

In Stripe, amounts are in whole integer numbers. What currency are you working in? If it is USD, the fee is in cents, so you would pass a fee of 1250 to charge $12.50

amber root
#

Thanks I will test it

#

( in app platform fee I think it is not possible to change the currency)

frosty burrow
#

Right, the will be in the same currency as the payment itself. What currency is this payment in?

amber root
#

USD, but not in all cases

#

EUR

#

and ...

frosty burrow
#

Gotcha. Yeah for both of those currencies work in cents with our API. So you can charge whatever fee you want, just keep in mind that USD cents or EUR cents is the unit that our API works with here.

amber root
#

How do I know how to deal with any currency, ex MAD

knotty pelican
#

Hi there 👋 taking over for @frosty burrow

You have to look them up individual to find out if they're zero-decimal currencies or not

amber root
#

where

frosty burrow
amber root
#

okey