Credit Notes

In Fusebill, a credit note is issued whenever charges are reversed on an invoice. If charges are reversed multiple times on an invoice, multiple credit notes are created for that invoice. A credit note details information about the charge reversal such as the net amount, IDs for the customer and invoice, and details from the invoice itself.

Credit Note Object Fields

PropertyTypeDescription
netAmountDecimalThe total amount of this credit note
creditNotesNumberStringA specially formatted string. It's the invoice number concatenated with "-CR-" concatenated with the credit note number e.g. "360-CR-02" [Read Only]
referenceStringThe customer reference value
customerIdIntegerThe Fusebill Generated ID that uniquely identifies the customer this credit note is associated with.
invoiceNumberIntegerThe invoice number this credit note was applied against
invoiceObject. See Invoice and Statements: Invoice Object for detailsA slightly summarized version of an invoice object.
currencyString3-character ISO code identifying the currency being used.
customerNameStringThe name of the customer
customerCompanyStringThe name of the customer's company
invoicePostedDateDateTimeThe posted timestamp of the invoice this credit note is for.
effectiveTimestampDateTimeThe effective timestamp of the invoice this credit note is for.
lineItemsA list of objects. Definition belowThe collection of line items partially or fully reversed by this credit note
idIntegerThe Fusebill generated ID that uniquely identifies this credit note
[Read Only]
uriStringThe full string path to this resource
[Read Only]

Line Items Fields

PropertyTypeDescription
chargeGroupNameStringThe name of the charge group. Typically a subscription name
chargeGroupDescriptionStringThe description for the charge group.
chargeGroupReferenceStringThe reference value for the charge group.
lineItemsList of Objects.The line items listed under the charge group. Each will have a field called lineItem, a field called discounts and a field called taxes, all of which are defined below.

Line Item Fields

PropertyTypeDescription
originalChargeIdIntegerThe Fusebill generated ID that uniquely identifies the original transaction
[Read Only]
netAmountDecimalThe amount of the charge that was reversed
nameStringThe name used for the line item

Taxes Fields

PropertyTypeDescription
netAmountDecimalThe amount of the charge that was reversed
nameStringThe name used for the line item

Discounts Fields

PropertyTypeDescription
netAmountDecimalThe amount of the charge that was reversed
nameStringThe name used for the line item