imagecashletter icon indicating copy to clipboard operation
imagecashletter copied to clipboard

X9’s Specifications for ICL (Image Cash Letter) to provide Check 21 services. The HTTP server is available in a Docker image and the Go package is available.

Results 29 imagecashletter issues
Sort by recently updated
recently updated
newest added

https://github.com/moov-io/imagecashletter/issues/212

enhancement

It would be nice to have bidirectional conversion available in the browser demo, similar to https://oss.moov.io/ach/

enhancement
hacktoberfest-accepted

ICL Readers can be created with ReaderOptions, which makes it possible to implement custom `bufio.SplitFunc`s to handle vendor-specific ICL specifications/variations. These split functions aren't very intuitive to implement, so it...

enhancement
question

Because there are so many ICL specifications, not to mention vendors who deviate from those specs, this project needs to be more flexible in the way it validates files. One...

In the LDRIN document at https://github.discoverfinancial.com/tech-academy-org/check-processing-service-dossier/blob/master/docs/fed-large-dollar-return-notications/Checks_Large%20Dollar%20Return%20Item_Originate%20Guide.pdf, there are several field names that I am not sure how to populate from the check fields as represented in the imagecashletter library. Could...

help wanted
question

**What were you trying to do?** Often it's useful (and better explained) to see ICL files are visual elements expanded from their encoded representation. This can be to label fields...

enhancement
help wanted
hacktoberfest-accepted

**What were you trying to do?** I try to get file content with endpoint `GET /files/:id/contents` **What did you expect to see?** I expected get file content. **What did you...

bug
hacktoberfest-accepted

Due to the nature of Go's zero values, x9 files created from JSON can end up with `0`s and empty `time.Time{}` values in them. We need to ensure that we're...

bug
hacktoberfest-accepted

Actual: ` 123`, Expected: `0123`, according to X9Validator. **What were you trying to do?** Create X9.37 files for mobile check deposit. **What did you expect to see?** No warnings/errors on...