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

**What were you trying to do?** A vendor has made additional fields nullable which our library doesn't handle. We should look into supporting these fields being null to properly parse...

bug

See: https://twitter.com/zbruhnke/status/1353571394529857536 haha sorry I should have clarified that - the X9 lib from @moov_io works great - by "decode" I meant "make the X9 standard easy to understand" LOL—...

enhancement
help wanted

**What were you trying to do?** Create an imagecashletter that could be validated by our partner bank to make sure we're generating the correct Check21 images for mobile deposits. **What...

bug

**What were you trying to do?** [Deposit Tickets / Slips](https://en.wikipedia.org/wiki/Deposit_slip) are physical pieces of paper to describe a check deposit. Typically they're used if you wanted to partially cash out...

enhancement

**What were you trying to do?** There are several "microformats" of X9 files and vendors. These vary with prefix words, character encoding, image formats, and others. Ideally our ICL library...

enhancement

**What were you trying to do?** Some encodings from other products encode Hex bytes in their EBCDIC for the `ImageData`. This is unexpected by our library currently and so we...

bug
enhancement

**What were you trying to do?** A few files have been reported where a decoding step was needed prior to parsing. This decoding seems to change the bytes we need...

bug
enhancement

Related to https://github.com/moov-io/imagecashletter/issues/86 we should also accept image data as mult-part form params which can be replaced in the JSON representation. Bundling base64'd image data blobs in JSON can be...

enhancement
help wanted

**What were you trying to do?** [ImageViewData](https://godoc.org/github.com/moov-io/imagecashletter#ImageViewData) contains several properties from a raw image file which are used to understand the parsed data. We don't currently have a parser for...

enhancement