#Mustafa

1 messages · Page 1 of 1 (latest)

pastel gazelleBOT
broken swallow
#

Hi there!

#

Can you clarify what is the issue? amount_due": 20000 means $200.00, so everything looks notmal to me.

jolly wolf
#

Shouldn't the amount be 200 only?

#

Since I am paying $200, why is the amount 20000?

broken swallow
#

That's how Stripe API works:

All API requests expect amounts to be provided in a currency’s smallest unit. For example, to charge 10 USD, provide an amount value of 1000 (that is, 1000 cents).
https://stripe.com/docs/currencies#zero-decimal

jolly wolf
#

Got it

#

Thanks. I thought this was a bug