paygate
paygate copied to clipboard
A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
Our bank (CFSB) requires that a supplemental file also be generated with each ach file. Here is their document describing the format of this file (and naming convention). [ACH_Origination_Supplemental_Data_Layout_v1.4.pdf](https://github.com/moov-io/paygate/files/3713882/ACH_Origination_Supplemental_Data_Layout_v1.4.pdf) A...
Our ACH library has support for "flattening batches" which means to merge EntryDetail records with the same BatchHeader together. This helps cut down costs and offer smaller files. The library...
After adding support for [CCD](https://github.com/moov-io/paygate/issues/135), [TEL](https://github.com/moov-io/paygate/issues/92), [WEB](https://github.com/moov-io/paygate/issues/91) and other SEC codes our docs need sections for HTTP examples to create each. The SEC codes will likely have specifics to explain...
We should launch our docker-compose setup with an FTP and SFTP (ssh file transfer protocol) servers running so paygate can show the async file transfer logic. Instead paygate currently spams...
This is more of a question I suppose than a bug report. But it is about the current architecture of paygate that appears like it could be a problem for...
According to NACHA's guidelines for TEL transfers we need to store authorization (ideally audio recorded) from the customer for two years. This is part of their audit requirements.
[`safesql`](https://github.com/stripe/safesql) is a tool from Stripe that protects against SQL injections. We should include that as a tool which we run over our codebase on every build and pull request.