paygate
paygate copied to clipboard
A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
**What were you trying to do?** If we fail to upload an ACH file by its cutoff that's an incident. We need to wire in PD calls to alert us...
Not everyone reads API docs, so we should have sections which better describe the WHY of endpoints.
**What were you trying to do?** PayGate will need to process incoming ACH files and create transfers for each. This means to debit/credit the account, save FileHeader information, and possibly...
**What were you trying to do?** [Cloud HSM](https://cloud.google.com/hsm/) from Google Cloud is a hardware security module (HSM) to store encryptiuon keys and perform encryption routines with. They're common in highly...
**What were you trying to do?** An ODFI will send us a monthly file with a debit for us to pay their fees. We'll need to handle this and automate...
Operators using PayGate should have options for requiring manual approval before a Transfer is sent off to the ODFI/receiver. This allows for manual and automated processes to reject transfers as...
I think there's an abstract idea with PayGate to offer file processing after merging, but prior to upload. This encompasses a lot of options for what code is executed, but...
**What were you trying to do?** PayGate should support MSSQL as a database for storage. This allows Windows customers to more easily use our product. Please 👍 this issue so...
**What were you trying to do?** We should allow `Transfer` objects to be scheduled at a future date. This can be optional, but when set means the Transfer will be...
zero-length strings are a set of UTF characters which don't appear as visible characters to the human eye, but are included in strings to make them different to computers. This...