Commissions
Update Commission
Update a commission’s status, transaction status, hold period, or amounts
PUT
Path Parameters
string
required
The unique identifier of the commission to update
Body Parameters
All body parameters are optional. Only include the fields you want to update.string
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).string
Status of the customer’s purchase. Valid values:
open, complete, trialing, failed, refunded, partial_refunded.integer
Number of days to hold commission before it’s ready for payment. Must be a non-negative integer.
number
Update the sale/transaction amount. Must be a positive number.
string
Update the currency code for the sale amount. Must be a 3-letter currency code (e.g.,
USD, EUR).number
Update the commission amount to be paid. Must be a non-negative number.
string
Update the currency code for the commission. Must be a 3-letter currency code (e.g.,
USD, EUR).Response
boolean
Always
true for successful responsesobject
The updated commission object.
