1 messages · Page 1 of 1 (latest)
Invalid value for elements(): amount should be a positive amount in the currency's subunit
Why you want to send float amount ?
amounts in Stripe API are in the smallest currency unit (e.g. cents) amount : "100" => 1$
Makes sense