I'm using the Xero Api to create Invoices and Bills, however when I'm creating a new bills, I would like to have it authorised (awaiting payment), but when I add the status in XML <Status>AUTHORISED</Status>
, it create the bill but as a draft.
I've tried to use AUTHORISED
or SUBMITTED
but it's not working.
Thanks, Luo