objectcredit_note
Issue a credit note to adjust an invoice's amount after the invoice is finalized. Related guide: [Credit Notes](https://stripe.com/docs/billing/invoices/credit-notes).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
CreditNote
objectIssue a credit note to adjust an invoice's amount after the invoice is finalized. Related guide: [Credit Notes](https://stripe.com/docs/billing/invoices/credit-notes).
The integer amount in %s representing the total amount of the credit note, including tax.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
ID of the customer.
Customer balance transaction related to this credit note.
The integer amount in %s representing the total amount of discount that was credited.
The aggregate amounts calculated per discount for all line items.
Unique identifier for the object.
ID of the invoice.
Line items that make up the credit note
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
Customer-facing text that appears on the credit note PDF.
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
A unique number that identifies this particular credit note and appears on the PDF of the credit note and its associated invoice.
String representing the object's type. Objects of the same type share the same value.
Amount that was credited outside of Stripe.
The link to download the PDF of the credit note.
Reason for issuing this credit note, one of `duplicate`, `fraudulent`, `order_change`, or `product_unsatisfactory`
Refund related to this credit note.
Status of this credit note, one of `issued` or `void`. Learn more about [voiding credit notes](https://stripe.com/docs/billing/invoices/credit-notes#voiding).
The integer amount in %s representing the amount of the credit note, excluding tax and invoice level discounts.
The aggregate amounts calculated per tax rate for all line items.
The integer amount in %s representing the total amount of the credit note, including tax and all discount.
Type of this credit note, one of `pre_payment` or `post_payment`. A `pre_payment` credit note means it was issued when the invoice was open. A `post_payment` credit note means it was issued when the invoice was paid.
The time that the credit note was voided.