Commissions
Update Commission
Update a commission’s status, transaction status, hold period, or amounts
PUT
Path Parameters
The unique identifier of the commission to update
Body Parameters
All body parameters are optional. Only include the fields you want to update.Update the commission status. Valid values:
pending, pending_manual_approval, ready_for_payment, paid, declined. Status changes may trigger webhook events (transaction.approved, transaction.rejected, transaction.paid).Status of the customer’s purchase. Valid values:
open, complete, trialing, failed, refunded, partial_refunded.Number of days to hold commission before it’s ready for payment. Must be a non-negative integer.
Update the sale/transaction amount. Must be a positive number.
Update the currency code for the sale amount. Must be a 3-letter currency code (e.g.,
USD, EUR).Update the commission amount to be paid. Must be a non-negative number.
Update the currency code for the commission. Must be a 3-letter currency code (e.g.,
USD, EUR).Response
Always
true for successful responsesThe updated commission object.
