Adam Shannon
Adam Shannon
Initial thoughts, so feedback is appreciated. I don't think we should support both file configured limits and HTTP configured limits. HTTP limits would be stored in the database. ### File...
I've thought about how we could accomplish this. An initial thought would be using a store like etcd to hold a lock over a filename and store the file contents...
~~Oh so if someone has a schedule "weekly starting on the 5th" we would need to have the money posted in the receivers account on the 5th? I was thinking...
My bad. I was confused earlier and edited my comments above. I think I'm understanding this now. The schedule is for when we initiate the transfer and send off the...
Originally from https://github.com/moov-io/ach/issues/789 but it seems GitHub broke trying to migrate the issue.
Question: Should we have webhooks on these incoming transfers? I was planning on updating Accounts (if enabled, for balance check and transaction post) on an incoming transfer. This is needed...
Maybe the issue wasn't clear, but paygate defaults to checking the FTP/SFTP server from `make start-[s]ftp-server` -- even if that server isn't running. See: https://github.com/moov-io/paygate/blob/533fdf8bec6516ab3cd496ea1342673d80f7de5c/file_transfer_configs.go#L174-L183 The error logs would still...
We're looking to have `CCD` be determined by the Customer type on source/destination rather than allowing such an override. I'm still unsure if we want to accept full customer blocks...
I can see us offering a file config where we can specify targets to notify. ~~The payload would be an ACH file's [JSON representation](https://github.com/moov-io/ach/blob/master/test/testdata/ppd-valid.json).~~ The payload would be a URI...
Would an admin endpoint for registering a webhook be useful? I can see us supporting something like this: ``` $ curl -X POST http://paygate:9092/webhooks { "type": "inbound", "target": "", "authToken":...