List all vendor refund payments for a business with filtering and pagination.
Features:
Use Cases:
Available Filters:
status: Filter by payment statuspayment_method: Filter by payment method (bank_transfer, check, etc.)refund_id: Filter by specific vendor refund UUIDpayment_date_start / payment_date_end: Filter by date rangesearch: Search by payment_referenceBusiness-scoped JWT token. Token payload includes business_id to automatically scope requests. Format: Bearer <your-jwt-token>
Use this for: Business-specific operations where the business context is embedded in the token.
Business UUID
A page number within the paginated result set.
Number of results to return per page.
Filter payments to this date (YYYY-MM-DD)
Filter payments from this date (YYYY-MM-DD)
Filter by payment method
Filter by vendor refund UUID
Search by payment reference
Filter by payment status