
How do I identify an advance invoice?
Currently, you can identify the type of invoice only in API using the Retrieve an Invoice API. In the API response, check the is_advance_invoice field:
- If is_advance_invoice is true, the invoice is an advance invoice.
- If is_advance_invoice is false, it is a normally renewed invoice.