The APIs expect amounts to be submitted in minor units: the smallest unit of a currency. Given that only USD currency is supported for now, the minor currency unit is cents. For example, if you want to create an invoice for $1,234.00 you should pass the amount as 123400 in the API request body.