achgateway icon indicating copy to clipboard operation
achgateway copied to clipboard

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.

Results 21 achgateway issues
Sort by recently updated
recently updated
newest added

We should probably read cancelation events on a separate topic. This will help to avoid consumer groups getting in the way (the wrong achgateway instance consuming cancel messages) and to...

enhancement
hacktoberfest-accepted

Following https://github.com/moov-io/achgateway/issues/141 it would be helpful to have an event for when cancelation fails. Either due to errors or the request was processed too late/early.

enhancement
hacktoberfest-accepted

Related to https://github.com/moov-io/achgateway/pull/138 Along with acking the message to avoid queueing the system on a failure, it is also prudent that we must publish successfully into a DLQ topic the...

enhancement
hacktoberfest-accepted

Currently our events emitted from Inbound.ODFI assume files represent "corrections" or "returns" and are not comprised of multiple entry types. This isn't the case in most real-world deployments. We should...

bug
enhancement
help wanted
question

In this case we could use the same setup for uploading wire files, ach files, BSA/Compliance files as needed to partners, you could still have different upload agents for each...

help wanted
question

Instead of using GPG we should offer Vault as a method to encrypt each file. This could use the transit backend.

enhancement
help wanted

This is a proposal to introduce a new event called `TriggerCutoff` to achgateway. This event will function the same as a [manual/automatic cutoff trigger](https://github.com/moov-io/achgateway/blob/v0.13.0/internal/pipeline/aggregate.go#L127-L136) but allows us to keep state...

enhancement
good first issue
help wanted

Setting up achgateway to fully encrypt messages is confusing. The [Kafka sub-object has its own `TransformConfig`](https://github.com/moov-io/achgateway/blob/v0.6.0/internal/service/model_inbound.go#L80) but [several parent objects also contain this config](https://github.com/moov-io/achgateway/blob/v0.6.0/internal/service/model_events.go#L27-L29). We should simplify this. Likely this...

bug
enhancement

As part of our [support for OpenShift across all OSS projects](https://www.openshift.com/blog/moov-to-digital-banking-on-openshift) we should include an OpenShift compatible image on each release. We can [look at Watchman's image](https://github.com/moov-io/watchman/blob/master/Dockerfile-openshift) to build and...

enhancement
good first issue
help wanted

Often deployments will mount a NAS / external storage on the local filesystem. Our system could support this with the same encryption as cloud storage. Please star/comment on this issue...

enhancement
good first issue
help wanted