feat(payouts): add payout report generation endpoints and configuration#10073
Merged
likhinbopanna merged 3 commits intomainfrom Nov 10, 2025
Merged
feat(payouts): add payout report generation endpoints and configuration#10073likhinbopanna merged 3 commits intomainfrom
likhinbopanna merged 3 commits intomainfrom
Conversation
Changed Files
|
2 tasks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10073 +/- ##
=======================================
Coverage ? 3.91%
=======================================
Files ? 1223
Lines ? 301721
Branches ? 0
=======================================
Hits ? 11804
Misses ? 289917
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tsdk02
reviewed
Oct 31, 2025
config/deployments/env_specific.toml
Outdated
| dispute_function = "report_download_config_dispute_function" # Config to download dispute report | ||
| payment_function = "report_download_config_payment_function" # Config to download payment report | ||
| refund_function = "report_download_config_refund_function" # Config to download refund report | ||
| payout_function = "report_download_config_payout_function" # Config to download payout report |
Contributor
There was a problem hiding this comment.
Please take care of indentation while adding comments in this file
su-shivanshmathur
previously approved these changes
Oct 31, 2025
652c19e to
22b31b9
Compare
tsdk02
approved these changes
Oct 31, 2025
su-shivanshmathur
approved these changes
Oct 31, 2025
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
This PR introduces payout report generation functionality as part of the Payouts module.
It includes backend and Lambda logic to generate and fetch payout reports, along with configuration updates in env_specific.toml.
Additional Changes
Motivation and Context
This change enables users to generate and download payout reports directly from the system.
It improves visibility into payout data and supports better reconciliation processes.
How did you test it?
Should be able to receive the payout report through email of the logged-in user as well as any additional email recipients mentioned in the request.
Checklist
cargo +nightly fmt --allcargo clippy