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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This update introduces support for Credit records (type 61) inside Bundles. These records are frequently used to represent deposit tickets. closes #112 and #317

**Help wanted** **What were you trying to do?** Trying to add details on the rear side of check deposit slip. beside the BOFD Area of interest. Referring to the Image:https://qph.cf2.quoracdn.net/main-qimg-1346ee8413e8bf62af1dde203fcde55c-lq...

**What were you trying to do?** Using v0.9.5 .exe on Windows 11 to create a x937 file of scanned in checks to send to bank to deposit. Creating the file...

**What were you trying to do?** The current REST APIs support an object store model for transforming X9 files to JSON and vice-versa. While this approach has it purposes, it...

hacktoberfest-accepted

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

I use the validate API and get the following response content: `"{\"error\": null}"` The problem is that it is a string, but it should be a json. Complete response: ```...

bug

The reader doesn't add the parsed RoutingNumberSummary to the file. The [reader.parseLine()](https://github.com/moov-io/imagecashletter/blob/a74503b7b8a2cfd35a93691b92da436e7d3e1e99/reader.go#L297) method expects [reader.parseRoutingNumberSummary()](https://github.com/moov-io/imagecashletter/blob/a74503b7b8a2cfd35a93691b92da436e7d3e1e99/reader.go#L695) to set `r.currentCashLetter.currentRoutingNumberSummary`, but it doesn't currently do that. parseLine: ```go case routingNumberSummaryPos, routingNumberSummaryEbcPos: if...

ICL files can include images that are not checks, such as deposit slips. Because they're not check images or returns, they are not preceded by a `CheckDetail` (type 25) or...

enhancement

Having the reader/writer options hard coded requires consumers of this library to build and deploy custom docker images if the files they work with don't match the defaults. Request: Make...