Skip to content
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

[FEATURE] Adding Audit events for payment core operations #4525

Open
1 of 13 tasks
lsampras opened this issue May 2, 2024 · 2 comments
Open
1 of 13 tasks

[FEATURE] Adding Audit events for payment core operations #4525

lsampras opened this issue May 2, 2024 · 2 comments
Labels
A-Analytics A-framework Area: Framework C-tracking-issue Category: Tracking issue for a proposal or a category of bugs good first issue Good for newcomers

Comments

@lsampras
Copy link
Member

lsampras commented May 2, 2024

The events we generate are supposed to be a summarized view for non-developers, These events are supposed to capture the key checkpoints for a payment flow that would provide value to the merchant understanding it.

Following the above suit we can add events to more such checkpoints starting with payments core

We've updated the UpdateTracker trait to accept a request state which in turn can be used to generate events.
Currently only PaymentCancel flow generates such events which needs to be extended to other flows as well,

This is a tracking issue for these implementations, create a separate GH issue to discuss the implementation for each Payment Operation

References:

@lsampras lsampras added A-framework Area: Framework C-tracking-issue Category: Tracking issue for a proposal or a category of bugs good first issue Good for newcomers A-Analytics labels May 2, 2024
@subhajit20
Copy link
Contributor

Hey @lsampras I want to take the Payment Reject

@lsampras
Copy link
Member Author

Hey @lsampras I want to take the Payment Reject

Thanks for your interest @subhajit20 .
I've created a dedicated issue #4669 for this,
I can assign you the issue once you comment on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Analytics A-framework Area: Framework C-tracking-issue Category: Tracking issue for a proposal or a category of bugs good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants