Stripe
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SEARCH_SUBSCRIPTIONS_STRIPE(created_date,
[end_date]
, [status]
)created_date
The date the subscription was created. For example: ">2021"
, ">2020-11-01"
or "[2020-01-01;2021-01-01]"
.
[optional] end_date
The date the subscription ended. For example: ">2021"
, ">2020-11-01"
or "[2020-01-01;2021-01-01]"
.
[optional] status
The status of the subscription. It can assume the following values: active
, past_due
, unpaid
, canceled
, incomplete
, incomplete_expired
, trialing
, all
, and ending
.