# Payment Method Search Criteria reference

Payment Method Search Criteria are only supported by [Payment Method Search (`PaymentMethodService::findPaymentMethods`)](https://doc.ibexa.co/en/latest/commerce/payment/payment_method_api/#get-multiple-payment-methods).

With these Criteria you can filter payment methods by their payment method identifier, payment method creation date, payment method type, status, and more.

## Payment method Search Criteria

| Search Criterion                                                                                                    | Search based on                                                                    |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [CreatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_createdat_criterion/index.md)   | Date and time when payment method was created                                      |
| [Enabled](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_enabled_criterion/index.md)       | Status of the payment method                                                       |
| [Id](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_id_criterion/index.md)                 | Payment method ID                                                                  |
| [Identifier](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_identifier_criterion/index.md) | Payment method identifier                                                          |
| [LogicalAnd](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_logicaland_criterion/index.md) | Logical AND criterion that matches if all the provided Criteria match              |
| [LogicalOr](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_logicalor_criterion/index.md)   | Logical OR criterion that matches if at least one of the provided Criteria matches |
| [Name](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_name_criterion/index.md)             | Payment method name                                                                |
| [Type](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_type_criterion/index.md)             | Type of the payment method                                                         |
| [UpdatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_method_updatedat_criterion/index.md)   | Date and time when payment method status was updated                               |
