Skip to main content

Overview

The payout tools allow you to manage and track affiliate payouts. All tools support both Markdown and JSON response formats.

Available Tools

Payouts are typically created automatically when processing affiliate payments through the dashboard. Use these tools to track and update payout status.

Payout Statuses


affonso_list_payouts

List and filter payouts.

Parameters

number
default:"1"
Page number for pagination
number
default:"50"
Results per page (max 100)
string
Filter by affiliate ID
string
Filter by status: PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED
string
Filter from date (ISO 8601)
string
Filter to date (ISO 8601)
string
default:"markdown"
Response format: markdown or json

Example Prompts

Response


affonso_get_payout

Get detailed information about a specific payout, including all associated transactions.

Parameters

string
required
The payout ID (starts with pay_)
string
default:"markdown"
Response format: markdown or json

Example Prompts

Response


affonso_update_payout

Update an existing payout’s status.

Parameters

string
required
The payout ID to update
string
required
New status: PROCESSING, COMPLETED, FAILED, CANCELLED
string
Notes about the status change
string
default:"markdown"
Response format: markdown or json

Example Prompts

Response


Common Workflows

Process Pending Payouts

Review Affiliate Earnings

Monthly Payout Report

Status Transitions

Once a payout is COMPLETED, its status cannot be changed. Refunds should be handled as new commission adjustments.

Error Handling