#Mafgklo
1 messages · Page 1 of 1 (latest)
Hi there, are you talking about this param? (https://stripe.com/docs/api/invoiceitems/create?lang=ruby#create_invoiceitem-quantity)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK, this param only accept non-negative integer, and it can't accept decimal value
stripe generally does not allow decimals.. when we are passing the values are multipled by 100 for unit price.. so for qunatity that option is not there correct? it always considers the same value that is passed
You are right, the x100 doesn't apply to quantity.
ok got it.. Thank you