Payouts
Create a new payout
This call allows you to create a payout for a specific promoter for the entire unpaid amount.
POST
/
create
Authorizations
X-API-KEY
string
headerrequiredQuery Parameters
promoter_email
string
requiredrequired if promoter_id is null
Email of the promoter
promoter_id
string
required if promoter_email is null
Id of the promoter to assign the payout
status
enum<string>
The payout status
Available options:
pending
, processing
, completed
campaign_id
string
For what campaign to create the payout. If is null, we'll take the promoter's default
Response
200 - application/json
id
integer
status
string
amount
integer
date_paid
string | null
due_date
string
unit
string
created_at
string
has_issues
boolean
reward
object | null
promoter
object
campaign
object