feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2#8794
Merged
Gnanasundari24 merged 3 commits intomainfrom Aug 21, 2025
Merged
feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2#8794Gnanasundari24 merged 3 commits intomainfrom
Gnanasundari24 merged 3 commits intomainfrom
Conversation
Changed Files
|
b8b2dd9 to
ece571d
Compare
AnuthaDev
requested changes
Aug 6, 2025
cdcb0a0 to
e489abd
Compare
962c8cd to
4ea79c4
Compare
AnuthaDev
requested changes
Aug 11, 2025
AnuthaDev
previously approved these changes
Aug 11, 2025
AnuthaDev
approved these changes
Aug 13, 2025
su-shivanshmathur
approved these changes
Aug 19, 2025
Contributor
su-shivanshmathur
left a comment
There was a problem hiding this comment.
Might need to look upon a different approach for scale
… support multiple connectors and filter options
…e variant and add payment_id to List parameters
b6be249 to
163fa9f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Enhanced Payment Listing API with Multi-Value Filtering
This feature adds support for retrieving a filtered list of payments via a
GET /v2/payments/listendpoint where multiple values can be provided for a single filter key (e.g.status,currency,connector, etc.).Additional Changes
Motivation and Context
How did you test it?
GetRequest:
GetResponse:
GETRequestWithMultipleFilters:
PostResponse:
GetRequestWithTimeDuration:
Response:
GetRequestWithTimeDuration:
Response:
Closes #8792
Checklist
cargo +nightly fmt --allcargo clippy