#Mr NJIFANDA
1 messages · Page 1 of 1 (latest)
Hi there, doing well, thanks for asking!
Prices are set as unit_amount values on Price objects. These should be a positive integer in the unit's smallest amount: https://stripe.com/docs/products-prices/manage-prices?dashboard-or-api=api#create-price
In the case of €200, you'd use 20000 and currency: 'eur'
There are some special cases, of course. These are outlined here: https://stripe.com/docs/currencies
Okay thank you, If I understood correctly, I have to multiply all prices by 100 in the API?
Yes, though there are some currencies where you don't have to do this - https://stripe.com/docs/currencies#zero-decimal
Yes, that's correct
Thank you👍