# `Stripe.Resources.Invoice`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L2)

Invoice

Invoices are statements of amounts owed by a customer, and are either
generated one-off, or generated periodically from a subscription.

They contain [invoice items](https://api.stripe.com#invoiceitems), and proration adjustments
that may be caused by subscription upgrades/downgrades (if necessary).

If your invoice is configured to be billed through automatic charges,
Stripe automatically finalizes your invoice and attempts payment. Note
that finalizing the invoice,
[when automatic](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection), does
not happen immediately as the invoice is created. Stripe waits
until one hour after the last webhook was successfully sent (or the last
webhook timed out after failing). If you (and the platforms you may have
connected to) have no webhooks configured, Stripe waits one hour after
creation to finalize the invoice.

If your invoice is configured to be billed by sending an email, then based on your
[email settings](https://dashboard.stripe.com/account/billing/automatic),
Stripe will email the invoice to your customer and await payment. These
emails can contain a link to a hosted page to pay the invoice.

Stripe applies any customer credit on the account before determining the
amount due for the invoice (i.e., the amount that will be actually
charged). If the amount due for the invoice is less than Stripe's [minimum allowed charge
per currency](https://docs.stripe.com/docs/currencies#minimum-and-maximum-charge-amounts), the
invoice is automatically marked paid, and we add the amount due to the
customer's credit balance which is applied to the next invoice.

More details on the customer's credit balance are
[here](https://docs.stripe.com/billing/customer/balance).

Related guide: [Send invoices to customers](https://docs.stripe.com/billing/invoices/sending)

# `t`

```elixir
@type t() :: %Stripe.Resources.Invoice{
  account_country: String.t(),
  account_name: String.t(),
  account_tax_ids: [String.t() | Stripe.Resources.TaxId.t()],
  amount_due: integer(),
  amount_overpaid: integer(),
  amount_paid: integer(),
  amount_remaining: integer(),
  amount_shipping: integer(),
  application: String.t() | Stripe.Resources.Application.t(),
  attempt_count: integer(),
  attempted: boolean(),
  auto_advance: boolean() | nil,
  automatic_tax: Stripe.Resources.Invoice.AutomaticTax.t(),
  automatically_finalizes_at: integer(),
  billing_reason: String.t(),
  collection_method: String.t(),
  confirmation_secret: Stripe.Resources.Invoice.ConfirmationSecret.t() | nil,
  created: integer(),
  currency: String.t(),
  custom_fields: [Stripe.Resources.Invoice.CustomFields.t()],
  customer: String.t() | Stripe.Resources.Customer.t(),
  customer_account: String.t(),
  customer_address: Stripe.Resources.Address.t(),
  customer_email: String.t(),
  customer_name: String.t(),
  customer_phone: String.t(),
  customer_shipping: Stripe.Resources.ShippingDetails.t(),
  customer_tax_exempt: String.t(),
  customer_tax_ids: [Stripe.Resources.Invoice.CustomerTaxIds.t()] | nil,
  default_payment_method: String.t() | Stripe.Resources.PaymentMethod.t(),
  default_source: String.t() | Stripe.Resources.PaymentSource.t(),
  default_tax_rates: [Stripe.Resources.TaxRate.t()],
  description: String.t(),
  discounts: [String.t() | Stripe.Resources.Discount.t()],
  due_date: integer(),
  effective_at: integer(),
  ending_balance: integer(),
  footer: String.t(),
  from_invoice: Stripe.Resources.Invoice.FromInvoice.t(),
  hosted_invoice_url: String.t() | nil,
  id: String.t() | nil,
  invoice_pdf: String.t() | nil,
  issuer: Stripe.Resources.Invoice.Issuer.t(),
  last_finalization_error: Stripe.Resources.StripeError.t(),
  latest_revision: String.t() | t(),
  lines: Stripe.Resources.Invoice.Lines.t(),
  livemode: boolean(),
  metadata: %{required(String.t()) =&gt; String.t()},
  next_payment_attempt: integer(),
  number: String.t(),
  object: String.t(),
  on_behalf_of: String.t() | Stripe.Resources.Account.t(),
  parent: Stripe.Resources.Invoice.Parent.t(),
  payment_settings: Stripe.Resources.Invoice.PaymentSettings.t(),
  payments: Stripe.Resources.Invoice.Payments.t() | nil,
  period_end: integer(),
  period_start: integer(),
  post_payment_credit_notes_amount: integer(),
  pre_payment_credit_notes_amount: integer(),
  receipt_number: String.t(),
  rendering: Stripe.Resources.Invoice.Rendering.t(),
  shipping_cost: Stripe.Resources.Invoice.ShippingCost.t(),
  shipping_details: Stripe.Resources.ShippingDetails.t(),
  starting_balance: integer(),
  statement_descriptor: String.t(),
  status: String.t(),
  status_transitions: Stripe.Resources.Invoice.StatusTransitions.t(),
  subscription: String.t() | Stripe.Resources.Subscription.t() | nil,
  subtotal: integer(),
  subtotal_excluding_tax: integer(),
  test_clock: String.t() | Stripe.Resources.TestHelpers.TestClock.t(),
  threshold_reason: Stripe.Resources.Invoice.ThresholdReason.t() | nil,
  total: integer(),
  total_discount_amounts: [Stripe.Resources.Invoice.TotalDiscountAmounts.t()],
  total_excluding_tax: integer(),
  total_pretax_credit_amounts: [
    Stripe.Resources.Invoice.TotalPretaxCreditAmounts.t()
  ],
  total_taxes: [Stripe.Resources.Invoice.TotalTaxes.t()],
  webhooks_delivered_at: integer()
}
```

* `account_country` - The country of the business associated with this invoice, most often the business creating the invoice. Max length: 5000. Nullable.
* `account_name` - The public name of the business associated with this invoice, most often the business creating the invoice. Max length: 5000. Nullable.
* `account_tax_ids` - The account tax IDs associated with the invoice. Only editable when the invoice is a draft. Nullable. Expandable.
* `amount_due` - Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the `amount_due` may be 0. If there is a positive `starting_balance` for the invoice (the customer owes money), the `amount_due` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in `amount_due`.
* `amount_overpaid` - Amount that was overpaid on the invoice. The amount overpaid is credited to the customer's credit balance.
* `amount_paid` - The amount, in cents (or local equivalent), that was paid.
* `amount_remaining` - The difference between amount_due and amount_paid, in cents (or local equivalent).
* `amount_shipping` - This is the sum of all the shipping amounts.
* `application` - ID of the Connect Application that created the invoice. Nullable. Expandable.
* `attempt_count` - Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. If a failure is returned with a non-retryable return code, the invoice can no longer be retried unless a new payment method is obtained. Retries will continue to be scheduled, and attempt_count will continue to increment, but retries will only be executed if a new payment method is obtained.
* `attempted` - Whether an attempt has been made to pay the invoice. An invoice is not attempted until 1 hour after the `invoice.created` webhook, for example, so you might not want to display that invoice as unpaid to your users.
* `auto_advance` - Controls whether Stripe performs [automatic collection](https://docs.stripe.com/invoicing/integration/automatic-advancement-collection) of the invoice. If `false`, the invoice's state doesn't automatically advance without an explicit action.
* `automatic_tax` - Expandable.
* `automatically_finalizes_at` - The time when this invoice is currently scheduled to be automatically finalized. The field will be `null` if the invoice is not scheduled to finalize in the future. If the invoice is not in the draft state, this field will always be `null` - see `finalized_at` for the time when an already-finalized invoice was finalized. Format: Unix timestamp. Nullable.
* `billing_reason` - Indicates the reason why the invoice was created.

* `manual`: Unrelated to a subscription, for example, created via the invoice editor.
* `subscription`: No longer in use. Applies to subscriptions from before May 2018 where no distinction was made between updates, cycles, and thresholds.
* `subscription_create`: A new subscription was created.
* `subscription_cycle`: A subscription advanced into a new period.
* `subscription_threshold`: A subscription reached a billing threshold.
* `subscription_update`: A subscription was updated.
* `upcoming`: Reserved for upcoming invoices created through the Create Preview Invoice API or when an `invoice.upcoming` event is generated for an upcoming invoice on a subscription. Possible values: `automatic_pending_invoice_item_invoice`, `manual`, `quote_accept`, `subscription`, `subscription_create`, `subscription_cycle`, `subscription_threshold`, `subscription_update`, `upcoming`. Nullable.
* `collection_method` - Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Possible values: `charge_automatically`, `send_invoice`.
* `confirmation_secret` - The confirmation secret associated with this invoice. Currently, this contains the client_secret of the PaymentIntent that Stripe creates during invoice finalization. Nullable. Expandable.
* `created` - Time at which the object was created. Measured in seconds since the Unix epoch. Format: Unix timestamp.
* `currency` - 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). Format: ISO 4217 currency code.
* `custom_fields` - Custom fields displayed on the invoice. Nullable. Expandable.
* `customer` - The ID of the customer to bill. Nullable. Expandable.
* `customer_account` - The ID of the account representing the customer to bill. Max length: 5000. Nullable.
* `customer_address` - The customer's address. Until the invoice is finalized, this field will equal `customer.address`. Once the invoice is finalized, this field will no longer be updated. Nullable. Expandable.
* `customer_email` - The customer's email. Until the invoice is finalized, this field will equal `customer.email`. Once the invoice is finalized, this field will no longer be updated. Max length: 5000. Nullable.
* `customer_name` - The customer's name. Until the invoice is finalized, this field will equal `customer.name`. Once the invoice is finalized, this field will no longer be updated. Max length: 5000. Nullable.
* `customer_phone` - The customer's phone number. Until the invoice is finalized, this field will equal `customer.phone`. Once the invoice is finalized, this field will no longer be updated. Max length: 5000. Nullable.
* `customer_shipping` - The customer's shipping information. Until the invoice is finalized, this field will equal `customer.shipping`. Once the invoice is finalized, this field will no longer be updated. Nullable. Expandable.
* `customer_tax_exempt` - The customer's tax exempt status. Until the invoice is finalized, this field will equal `customer.tax_exempt`. Once the invoice is finalized, this field will no longer be updated. Possible values: `exempt`, `none`, `reverse`. Nullable.
* `customer_tax_ids` - The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated. Nullable. Expandable.
* `default_payment_method` - ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. Nullable. Expandable.
* `default_source` - ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source. Nullable. Expandable.
* `default_tax_rates` - The tax rates applied to this invoice, if any. Expandable.
* `description` - An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. Max length: 5000. Nullable.
* `discounts` - The discounts applied to the invoice. Line item discounts are applied before invoice discounts. Use `expand[]=discounts` to expand each discount. Expandable.
* `due_date` - The date on which payment for this invoice is due. This value will be `null` for invoices where `collection_method=charge_automatically`. Format: Unix timestamp. Nullable.
* `effective_at` - The date when this invoice is in effect. Same as `finalized_at` unless overwritten. When defined, this value replaces the system-generated 'Date of issue' printed on the invoice PDF and receipt. Format: Unix timestamp. Nullable.
* `ending_balance` - Ending customer balance after the invoice is finalized. Invoices are finalized approximately an hour after successful webhook delivery or when payment collection is attempted for the invoice. If the invoice has not been finalized yet, this will be null. Nullable.
* `footer` - Footer displayed on the invoice. Max length: 5000. Nullable.
* `from_invoice` - Details of the invoice that was cloned. See the [revision documentation](https://docs.stripe.com/invoicing/invoice-revisions) for more details. Nullable. Expandable.
* `hosted_invoice_url` - The URL for the hosted invoice page, which allows customers to view and pay an invoice. If the invoice has not been finalized yet, this will be null. Max length: 5000. Nullable.
* `id` - Unique identifier for the object. For preview invoices created using the [create preview](https://stripe.com/docs/api/invoices/create_preview) endpoint, this id will be prefixed with `upcoming_in`. Max length: 5000.
* `invoice_pdf` - The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null. Max length: 5000. Nullable.
* `issuer` - Expandable.
* `last_finalization_error` - The error encountered during the previous attempt to finalize the invoice. This field is cleared when the invoice is successfully finalized. Nullable. Expandable.
* `latest_revision` - The ID of the most recent non-draft revision of this invoice Nullable. Expandable.
* `lines` - The individual line items that make up the invoice. `lines` is sorted as follows: (1) pending invoice items (including prorations) in reverse chronological order, (2) subscription items in reverse chronological order, and (3) invoice items added after invoice creation in chronological order. Expandable.
* `livemode` - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
* `metadata` - Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Nullable.
* `next_payment_attempt` - The time at which payment will next be attempted. This value will be `null` for invoices where `collection_method=send_invoice`. Format: Unix timestamp. Nullable.
* `number` - A unique, identifying string that appears on emails sent to the customer for this invoice. This starts with the customer's unique invoice_prefix if it is specified. Max length: 5000. Nullable.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `invoice`.
* `on_behalf_of` - The account (if any) for which the funds of the invoice payment are intended. If set, the invoice will be presented with the branding and support information of the specified account. See the [Invoices with Connect](https://docs.stripe.com/billing/invoices/connect) documentation for details. Nullable. Expandable.
* `parent` - The parent that generated this invoice Nullable. Expandable.
* `payment_settings` - Expandable.
* `payments` - Payments for this invoice Expandable.
* `period_end` - End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](https://docs.stripe.com/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price. Format: Unix timestamp.
* `period_start` - Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](https://docs.stripe.com/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price. Format: Unix timestamp.
* `post_payment_credit_notes_amount` - Total amount of all post-payment credit notes issued for this invoice.
* `pre_payment_credit_notes_amount` - Total amount of all pre-payment credit notes issued for this invoice.
* `receipt_number` - This is the transaction number that appears on email receipts sent for this invoice. Max length: 5000. Nullable.
* `rendering` - The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page. Nullable. Expandable.
* `shipping_cost` - The details of the cost of shipping, including the ShippingRate applied on the invoice. Nullable. Expandable.
* `shipping_details` - Shipping details for the invoice. The Invoice PDF will use the `shipping_details` value if it is set, otherwise the PDF will render the shipping address from the customer. Nullable. Expandable.
* `starting_balance` - Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. For revision invoices, this also includes any customer balance that was applied to the original invoice.
* `statement_descriptor` - Extra information about an invoice for the customer's credit card statement. Max length: 5000. Nullable.
* `status` - The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://docs.stripe.com/billing/invoices/workflow#workflow-overview) Possible values: `draft`, `open`, `paid`, `uncollectible`, `void`. Nullable.
* `status_transitions` - Expandable.
* `subscription` - Nullable. Expandable.
* `subtotal` - Total of all subscriptions, invoice items, and prorations on the invoice before any invoice level discount or exclusive tax is applied. Item discounts are already incorporated
* `subtotal_excluding_tax` - The integer amount in cents (or local equivalent) representing the subtotal of the invoice before any invoice level discount or tax is applied. Item discounts are already incorporated Nullable.
* `test_clock` - ID of the test clock this invoice belongs to. Nullable. Expandable.
* `threshold_reason` - Expandable.
* `total` - Total after discounts and taxes.
* `total_discount_amounts` - The aggregate amounts calculated per discount across all line items. Nullable. Expandable.
* `total_excluding_tax` - The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax. Nullable.
* `total_pretax_credit_amounts` - Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this invoice. This is a combined list of total_pretax_credit_amounts across all invoice line items. Nullable. Expandable.
* `total_taxes` - The aggregate tax information of all line items. Nullable. Expandable.
* `webhooks_delivered_at` - Invoices are automatically paid or sent 1 hour after webhooks are delivered, or until all webhook delivery attempts have [been exhausted](https://docs.stripe.com/billing/webhooks#understand). This field tracks the time when webhooks for this invoice were successfully delivered. If the invoice had no webhooks to deliver, this will be set while the invoice is being created. Format: Unix timestamp. Nullable.

# `expandable_fields`

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
