list_payments
Retrieve payments from your Whop company with filters by status, product, date range, and pagination.
Instructions
List all payments for your Whop company with optional filters (status, product, date range, pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Filter by company ID (e.g. biz_xxxx). Uses your API key's company by default. | |
| product_id | No | Filter by product ID. | |
| plan_id | No | Filter by plan ID. | |
| status | No | Filter by payment status. | |
| billing_reason | No | Filter by billing reason. | |
| user_id | No | Filter by user ID. | |
| after_date | No | ISO 8601 start date filter (e.g. 2024-01-01). | |
| before_date | No | ISO 8601 end date filter (e.g. 2024-12-31). | |
| page | No | Page number (default 1). | |
| per | No | Items per page (1-100, default 25). |