Skip to main content
POST
Create seller payout charge

Authorizations

Authorization
string
header
required

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

Body

application/json
charge_basis
enum<string>
required
Available options:
percent,
fixed,
percent_plus_fixed
charge_type
enum<string>
required
Available options:
commission,
other
invoice_number
string
required

Pending payout invoice number in the current store.

seller_id
string
required

Seller ID must exist in the marketplace seller cache and match the payout invoice.

charge_fixed_amount
number
default:0

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

charge_percent
number
default:0

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

remarks
string
default:""
tax_rate
number

Response

Created

message
string
success
boolean
content
object