# New Transfer Filters

We've extended our [Transfer Filters](/api/transfers/listtransfers) to now all you to filter by:

- `bank_return_reason_code`: Filter bank reversals by ACH Return Code. Use comma-separation to query for multiple values.
- `buyer_business_name`: Filter by the Buyer Identity's business name (exact match).
- `buyer_business_name.like`: Filter by the Buyer Identity's business name (partial match).
- `buyer_doing_business_as`: Filter by the Buyer Identity's Doing Business As (exact match).
- `buyer_doing_business_as.like`: Filter by the Buyer Identity's Doing Business As (partial match).
- `buyer_identity_first_name`: Filter by the Buyer Identity's first name (exact match).
- `buyer_identity_first_name.like`: Filter by the Buyer Identity's first name (partial match).
- `buyer_identity_id`: Filter by the Buyer Identity's ID.
- `buyer_identity_last_name`: Filter by the Buyer Identity's last name (exact match).
- `buyer_identity_last_name.like`: Filter by the Buyer Identity's last name (partial match).
- `buyer_identity_name`: Filter by the Buyer Identity's full personal name (exact match).
- `buyer_identity_name.like`: Filter by the Buyer Identity's full personal name (partial match).
- `bank_return_reason_code`: Filter bank reversals by ACH Return Code. Use comma-separation to query for multiple values.
- `buyer_business_name`: Filter by the Buyer Identity's business name (exact match).
- `buyer_business_name.like`: Filter by the Buyer Identity's business name (partial match).
- `buyer_doing_business_as`: Filter by the Buyer Identity's Doing Business As (exact match).
- `buyer_doing_business_as.like`: Filter by the Buyer Identity's Doing Business As (partial match).
- `buyer_identity_first_name`: Filter by the Buyer Identity's first name (exact match).
- `buyer_identity_first_name.like`: Filter by the Buyer Identity's first name (partial match).
- `buyer_identity_id`: Filter by the Buyer Identity's ID.
- `buyer_identity_last_name`: Filter by the Buyer Identity's last name (exact match).
- `buyer_identity_last_name.like`: Filter by the Buyer Identity's last name (partial match).
- `buyer_identity_name`: Filter by the Buyer Identity's full personal name (exact match).
- `buyer_identity_name.like`: Filter by the Buyer Identity's full personal name (partial match).


These filters will allow you to build a much more rich experience if you are integrating via API. If you are using the Finix dashboard, these filters are ready to be used now.