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 Method Search Criteria reference¶
Payment Method Search Criteria are only supported by Payment Method Search (PaymentMethodService::findPaymentMethods).
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 | Date and time when payment method was created | 
| Enabled | Status of the payment method | 
| Id | Payment method ID | 
| Identifier | Payment method 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 | 
| Name | Payment method name | 
| Type | Type of the payment method | 
| UpdatedAt | Date and time when payment method status was updated |