-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding settlement APIs and balances API #42
Adding settlement APIs and balances API #42
Conversation
Makes sense, but settlements can be queried by both merchants and marketplaces. Depending on the case, the user needs to specify different parameters. See: https://github.com/circlefin/payment-processor/blob/89fb1ca3a8f000e094af431ad8945aff210e25d8/payment-processor/src/main/java/com/circle/paymentprocessor/resources/v1/SettlementsResource.java#L73-L78 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The sample app doesn't have the APIs for fetching the settlements list and settlement detail. Also the payments API list doesn't have the fetch Balance endpoint.
Adding the above mentioned API to the sample application
Do Not Merge until the API has been added.