#ShDev
1 messages · Page 1 of 1 (latest)
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
Thanks I will test it
( in app platform fee I think it is not possible to change the currency)
Right, the will be in the same currency as the payment itself. What currency is this payment in?
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.
How do I know how to deal with any currency, ex MAD
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
where
okey