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

Modify webhook to add number of Debits, Credits, Prenotes, etc.? #187

Open
zbruhnke opened this issue Jul 26, 2023 · 2 comments
Open

Modify webhook to add number of Debits, Credits, Prenotes, etc.? #187

zbruhnke opened this issue Jul 26, 2023 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@zbruhnke
Copy link

zbruhnke commented Jul 26, 2023

Been thinking about this and the way we use things. It would be nice to modify the webhook to break out some more individual data in the fle.

In reconciliation we often look at things like how many individual debit transactions there are, how many credit transactions there are, etc. Not just the totals

for us that might include something like this as a JSON struct, but its more of a suggestion right now as I think through it.

{
  "Entries": 10,
  "Number of Debits": 5,
  "Debits": "1000.00",
  "Number of Credits": 5,
  "Credits": "2000.00"
  "Number of Prenotes": 0,
  "Number of Credit Offsets": 0,
  "Number of Debit Offsets": 0,
}

Would this be of interest to anyone else?

@adamdecaf adamdecaf added enhancement New feature or request question Further information is requested labels Jul 26, 2023
@adamdecaf
Copy link
Member

You're talking about the FileUploaded event which is produced, right? We could offer a file summary that's added on the object. I agree it would be useful to quickly identify what was uploaded.

@zbruhnke
Copy link
Author

Yep exactly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants