SEARCH_REFUNDS_STRIPE

Search for refunds.

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_REFUNDS_STRIPE(created_date
[charge_id]
)
created_date

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

[optional] charge_id

The charge ID. Use the function SEARCH_CHARGES_STRIPE() to find the correct ID.

Examples

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