Endpoint
- Method:
POST - Path:
/payouts/process-payout - Edition: Core
- Controller:
PayoutController@processPayout - Route source:
app/Http/Routes/api.php
POST Process Payout
POST
/payouts/process-payout
Process a payout batch.
Controller: PayoutController@processPayout
Route source: app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON
{
}
Responses
Successful response
application/json
JSON
{
"payout": {
"id": 0,
"status": "string",
"amount": "string",
"currency": "string",
"referrals_count": 0,
"transactions_count": 0,
"affiliates_count": 0,
"created_at": "string",
"updated_at": "string"
},
"message": "string"
}