The datetime the invoice was created.Example:
2023-12-01T05:00:00.401ZThe plan that this invoice charges for.
The deadline by which payment is expected. Null if the invoice is collected automatically.Example:
2023-12-01T05:00:00.401ZThe email address of the customer this invoice is addressed to. Null if no email is on file.Example:
customer@example.comA signed token that allows fetching invoice data publicly without authentication.Example:
eyJhbGciOiJIUzI1NiJ9...The unique identifier for the invoice.Example:
inv_xxxxxxxxxxxxxxThe sequential invoice number for display purposes.Example:
#0001The current payment status of the invoice, such as draft, open, paid, or void.Available options:
draft, open, paid, past_due, uncollectible, voidThe user this invoice is addressed to. Null if the user account has been removed.

