I am getting a “The balance must be greater than $1” error when creating an invoice. I successfully create the order, but I am getting hung up on this error. Keep in mind that this is in the sandbox mode. I will give more information if necessary, but I will say that the orders totals are correctly mentioned, and the due date for the invoice is set to a week from now. I am not sure why I am getting this error, so I would like to know if perhaps anyone has something that could help me find the solution to this.
What’s the total for the order? Is it 100? That would be $1.00 cause with Square’s APIs, the amount field is always in the smallest denomination of the currency indicated by currency_code. When currency_code is USD (US dollars), the amount will reflect in cents. For example, an object priced at $5.00 will be inputted as 500 in the amount field.