#peter_40675
1 messages · Page 1 of 1 (latest)
Hi there!
It depends on the currency, but it's about $0.50. You can learn more about this here: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
i have GB currancy and i pay 10 than its saw error like too small amount
If you want to send 10GBP, then in the API you have to set the amount to 1000.
This is explained here: https://stripe.com/docs/currencies#zero-decimal
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).
okay thanks working now