moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

feat: Add confirmation event for CancelACHFile #225

Closed adamdecaf closed 4 months ago

adamdecaf commented 4 months ago

Often it's helpful to know if CancelACHFile actually found a file to cancel. We should return an event acknowledging if the cancel request was successful or not.

adamdecaf commented 4 months ago

Duplicate of https://github.com/moov-io/achgateway/issues/141