TransferService::allReversals( string $parentId, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
You can see a list of the reversals belonging to a specific transfer. Note that the 10 most recent reversals are always available by default on the transfer 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 reversals.
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/TransferService.php