[Solved] Stripe is charging only 1% of the amount – test mode


Stripe always work in a currencys lowest amount. So in dollars that would be cents.

That mean to charge f.ex 1$ you need to multiply it by 100. This gives you 100 which is the amount you pass to stripe.

In your case to charge 774$ you would need to pass 77400 in stripes amount field

2

solved Stripe is charging only 1% of the amount – test mode