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

# Changes Add support for using Google Cloud Spanner instead of MySQL as a data repository for the achgateway.

It's come up [in slack that notifications on inbound files](https://moov-io.slack.com/archives/CD9J8EJKX/p1698267464670759) would be helpful. These are the notification in slack, PD, etc and the notify package already supports a direction argument,...

enhancement

Currently releases and docker images are only for amd64. Building the Docker image manually on arm64 works perfectly fine but it would be great if the official releases build for...

enhancement
good first issue
help wanted

Due to a business requirement that all of our financial stack is backed by multi-region databases we will need to run the achgateway with a Spanner database instead of MySQL....

enhancement

Had a bit of a weird one recently with v0.23.4. We have explicitly pinned our valid SSH key for an SFTP host in our configuration. During the course of the...

bug

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...

enhancement
question

Along with kafka the gocloud.dev/pubsub package supports Amazon SQS. You can [read their docs](https://gocloud.dev/howto/pubsub/) for the package interface. Publish: https://gocloud.dev/howto/pubsub/publish/#sqs Subscribe: https://gocloud.dev/howto/pubsub/subscribe/#sqs

enhancement

Followup from https://github.com/moov-io/achgateway/issues/108 Upload notifications should support a proper Slack App in the event that "legacy webhooks" are removed in the future. (Also to be consistent with Error alerting)

enhancement
hacktoberfest-accepted

Slack error alerting as implemented in #101 requires setting up a slack app, but other slack alerting in achgateway can use their "legacy webhook" functionality. We're unsure when/if Slack will...

enhancement
hacktoberfest-accepted

On the `/trigger-inbound` endpoint we don't allow the option of triggering some of the shards. Instead every shard is triggered by default. We should support triggering only some shards, which...

enhancement
help wanted
hacktoberfest-accepted