Skip to content

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

@zbruhnke

Description

@zbruhnke

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions