Filter by status of the invoice, credit note, or overpayment.
Supports both single status values (e.g., status=success) and array operations (e.g., status[$in]=success,pending).
Note: Multiple values in simple string format (e.g., status=success,pending) are not allowed - use status[$in]=success,pending format instead.