Payouts
Update Payout
Update a payout’s status, payment method, or payment reference
PUT
Path Parameters
string
required
The unique identifier of the payout to update
Body Parameters
string
required
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).string
Update the payment method used for the payout. Maximum 50 characters.
string
Update the external payment reference (e.g., PayPal transaction ID, bank transfer reference). Maximum 255 characters.
Response
boolean
Always
true for successful responsesobject
The updated payout object.
