paygate icon indicating copy to clipboard operation
paygate copied to clipboard

A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification

Results 57 paygate issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | confluentinc/cp-kafka | | patch | `6.2.0` -> `6.2.1` | | confluentinc/cp-zookeeper...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Repository problems These problems occurred while renovating this repository. - WARN: App has not been granted permissions...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v1` -> `v2` | |...

**What were you trying to do?** PayGate should support PostgreSQL as a database for storage. This is a popular and very trusted production database that many customers will want supported....

enhancement

PayGate Version: `v0.9.0-dev` During periods of no activity some vendor systems create zero-byte files that PayGate needs to process and delete. These files will not properly parse as incoming/returned files...

enhancement

**What were you trying to do?** A command line utility for managing files inside the audit storage would be helpful. This allows us to manually add files that were uploaded...

enhancement

**What were you trying to do?** ACH file merging is pretty strict right now and enabled by default. There are use-cases that want to perform their own merging and thus...

enhancement

PayGate Version: `v0.9.0-dev` When files are put into a uploaded directory they're renamed to be the SHA256 hash (e.g. `dec1538d2314592674f73370715fe8bd188c21955a18b3c554458dd91d87004c.ach`) while this is handy for computers it makes it hard...

bug
enhancement

PayGate Version: `v0.9.0-dev` Health checks in PayGate are often called on an interval by deployment services. For example [Kubernetes has liveness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) that monitor an endpoint on the application. (e.g....

bug
enhancement