As a eCommerce manager,
I need an interface with a search function for payment methods,
So that I can find specific payment methods based on criteria without querying the database directly.
Details and Assumptions
The interface provides a search bar with filters(e.g., user ID, payment method type).
Acceptance Criteria
Given I am on the payment method list page
When I enter search criteria and submit the search
Then I see a list of payment methods that match the criteria
As a eCommerce manager, I need an interface with a search function for payment methods, So that I can find specific payment methods based on criteria without querying the database directly.
Details and Assumptions
The interface provides a search bar with filters(e.g., user ID, payment method type).
Acceptance Criteria
Given I am on the payment method list page When I enter search criteria and submit the search Then I see a list of payment methods that match the criteria