Payouts
Update Payout
Update a payout’s status, payment method, or payment reference
PUT
Path Parameters
The unique identifier of the payout to update
Body Parameters
Update the payout status. Valid values:
pending, processing, completed, failed, cancelled. Status transitions are validated:pending→processing,cancelledprocessing→completed,failed,cancelledfailed→pending,cancelledcompleted→ (cannot be changed)cancelled→pending
completed, processedAt is automatically set and all associated commission transactions are marked as paid. Status changes may trigger webhook events (payout.paid, payout.failed).Update the payment method used for the payout. Maximum 50 characters.
Update the external payment reference (e.g., PayPal transaction ID, bank transfer reference). Maximum 255 characters.
Response
Always
true for successful responsesThe updated payout object.
