Browse: Home /

Source Files: includes/lib/stripe-php/lib/Service/PayoutService.php

PayoutService::all()

Method: Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.

PayoutService::reverse()

Method: Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in the pending status, /v1/payouts/:id/cancel should be used instead.