This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
    
Payment Search Criteria reference¶
Payment Search Criteria are only supported by Payment Search (PaymentServiceInterface::findPayments).
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 | Date and time when payment was created | 
| Currency | Currency code | 
| Id | Payment ID | 
| Identifier | Payment identifier | 
| LogicalAnd | Logical AND criterion that matches if all the provided Criteria match | 
| LogicalOr | Logical OR criterion that matches if at least one of the provided Criteria matches | 
| Order | ID of an associated order | 
| PaymentMethod | Payment method applied to the payment | 
| Status | Status of the payment | 
| UpdatedAt | Date and time when payment status was updated |