ApplicationFeeService::allRefunds( string $parentId, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
You can see a list of the refunds belonging to a specific application fee. Note that the 10 most recent refunds are always available by default on the application fee object. If you need more than those 10, you can use this API method and the limit
and starting_after
parameters to page through additional refunds.
Description Description
Parameters Parameters
- $parentId
-
(Required)
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeCollection)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/ApplicationFeeService.php