Skip to main content

Invoices

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

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
dateDate of issue of the invoice
numberInvoice nunber
customer_nameCustomer name
customer_emailCustomer email id
statusStatus of the invoice
line_itemsNumber of line items in the invoice
discountDiscount applied to the invoice
taxTax applied to the invoice
subtotal_excluding_taxSubtotal excluding tax
subtotalSubtotal
total_excluding_taxTotal excluding tax
totalTotal
amount_dueAmount due
amount_paidAmount paid
amount_remainingAmount remaining to be paid
currencyCurrency
due_dateDue date
attempt_countAttempted to charge count
attemptedAttempted to charge
auto_advanceAuto advance
billing_reasonReason for billing
collection_methodcollection method
default_payment_methodDefault payment method
default_sourceDefault source
descriptionDescription
hosted_invoice_urlInvoice link
invoice_pdfInvoice as PDF
livemodeCreated during live mode or not
payment_intentPayment intent ID
customerCustomer ID
chargeCharge ID
receipt_numberReciept number
subscriptionSubscription ID
quoteQuote ID
createdcreated at time stamp
idID of the invoice

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
start_dateSelect invoices created on or after start_date. Format - YYYY-MM-DD
end_dateSelect invoices created on or before end_date. Format - YYYY-MM-DD

References