SEARCH_INVOICES_STRIPE

Search for invoices.

icon of StripeStripe
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEARCH_INVOICES_STRIPE(created_date
[due_date]
[status]
[customer_id]
)
created_date

The date the invoice was created. For example: ">2021", ">2020-11-01" or "[2020-01-01;2021-01-01]".

[optional] due_date

The due date of the invoice. For example: ">2021", ">2020-11-01" or "[2020-01-01;2021-01-01]".

[optional] status

The status of the invoice. It can assume the following values: draft, open, paid, uncollectible, and void.

Selected options:
Draft
Open
Paid
Uncollectible
Void
[optional] customer_id

The customer ID or email. Use the function SEARCH_CUSTOMERS_STRIPE() to find the correct ID.

Examples

SEARCH_INVOICES_STRIPE(">2021-01-01", "<2021-01-30", "open") returns a maximum of 200 opened invoices created since January 1st, 2021. This invoices also have January 30th as the due date.