moov-io / paygate

A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
http://moov.io
Apache License 2.0
129 stars 31 forks source link

transfers/inbound: R05 and R07 should mark account as rejected/frozen #579

Open adamdecaf opened 4 years ago

adamdecaf commented 4 years ago

PayGate Version: v0.9.0-dev

What were you trying to do? Inside of our transfers code for inbound files we need to handle R05 / R07 as marking the account as "Frozen". These codes need to mark the Customer/Account as something to review as there was a big mistake made in debiting them in the first place.

What did you expect to see? Only valid and authorized ACH transfers should be performed.