What are all of the potential invoice statuses?
We want to display invoices' status on our web site with a different visual treatment for each. Can you indicate what all of the potential statuses are?
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 18 May, 2012 09:13 PM
We don't have any defined statuses but here's the breakdown:
There are also three types of invoices:
2 Posted by Production Bill... on 18 May, 2012 09:15 PM
What about voided or refunded?
Support Staff 3 Posted by Marc Guyer on 18 May, 2012 09:41 PM
Ah right. Again, those are determined heuristically:
paidTransactionId
has aresponse
value ofvoided
parentTransactionId == paidTransactionId
and the amount of the transaction corresponding topaidTransactionId
is equal to zeroBTW, none of these are considered to be "outstanding". They are still considered "settled" when determining whether or not the the customer owes for the invoice.
Dean closed this discussion on 22 Jan, 2013 10:42 PM.