You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chargebee invoices can be generated as drafts. In this case, their id is something like 'draft_inv_*' and they remain in that state until the invoice is published and sent to the customer. We have noticed that there are cases where our 'invoices' table maintains the draft invoice, even after the proper invoice has been published and paid. We would expect that the draft id would at least have a "deleted"=True flag, but that's not the case.
So far we had been ignoring draft invoices for calculations, but now we want to create an operational check for invoices that are stuck in draft state, and that's how we noticed it.
We are using chargebee v1 catalog, with Stitch on a BigQuery project.
The text was updated successfully, but these errors were encountered:
Chargebee invoices can be generated as drafts. In this case, their id is something like 'draft_inv_*' and they remain in that state until the invoice is published and sent to the customer. We have noticed that there are cases where our 'invoices' table maintains the draft invoice, even after the proper invoice has been published and paid. We would expect that the draft id would at least have a "deleted"=True flag, but that's not the case.
So far we had been ignoring draft invoices for calculations, but now we want to create an operational check for invoices that are stuck in draft state, and that's how we noticed it.
We are using chargebee v1 catalog, with Stitch on a BigQuery project.
The text was updated successfully, but these errors were encountered: