# Payment Search Criteria reference

Payment Search Criteria are only supported by [Payment Search (`PaymentServiceInterface::findPayments`)](https://doc.ibexa.co/en/latest/commerce/payment/payment_api/#get-multiple-payments).

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

## Payment Search Criteria

| Search Criterion                                                                                                    | Search based on                                                                    |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [CreatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_createdat_criterion/index.md)          | Date and time when payment was created                                             |
| [Currency](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_currency_criterion/index.md)            | Currency code                                                                      |
| [Id](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_id_criterion/index.md)                        | Payment ID                                                                         |
| [Identifier](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_identifier_criterion/index.md)        | Payment identifier                                                                 |
| [LogicalAnd](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_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_logicalor_criterion/index.md)          | Logical OR criterion that matches if at least one of the provided Criteria matches |
| [Order](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_order_criterion/index.md)                  | ID of an associated order                                                          |
| [PaymentMethod](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_payment_method_criterion/index.md) | Payment method applied to the payment                                              |
| [Status](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_status_criterion/index.md)                | Status of the payment                                                              |
| [UpdatedAt](https://doc.ibexa.co/en/latest/search/criteria_reference/payment_updatedat_criterion/index.md)          | Date and time when payment status was updated                                      |
