SEARCH_CHARGES_STRIPE

Search for payments of your Stripe account.

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_CHARGES_STRIPE(created_date
[customer_id]
)
created_date

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

[optional] customer_id

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

Examples

SEARCH_CHARGES_STRIPE(">2021-01-01") returns a maximum of 200 payments since January 1st, 2021.