Skip to main content
POST
Create or update seller payout config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
seller_id
string
required

Seller ID for which the payout config is being created.

commission_fixed_amount
number
required

Required to be greater than 0 when commission_type is fixed or percent_plus_fixed.

commission_percent
number
required

Required to be greater than 0 when commission_type is percent or percent_plus_fixed.

commission_type
enum<string>
required
Available options:
percent,
fixed,
percent_plus_fixed
hold_period_days
integer
required
include_shipping_in_payout
boolean
required
include_tax_in_payout
boolean
required
minimum_payout_amount
number
required
tds_percent
number
tcs_percent
number

Response

Updated

message
string
success
boolean
content
object