SEARCH_PAYOUTS_STRIPE

Search for payouts 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_PAYOUTS_STRIPE(created_date
[arrival_date]
[status]
)
created_date

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

[optional] arrival_date

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

[optional] status

The status of the payout. It can assume the following values: pending, paid, failed, and canceled.

Selected options:
Canceled
Failed
Paid
Pending

Examples

SEARCH_PAYOUTS_STRIPE(">2021-01-01") returns a maximum of 200 payouts created since January 1st, 2021.