moov-io / imagecashletter

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.
https://moov-io.github.io/imagecashletter/
Apache License 2.0
63 stars 39 forks source link

How to add data in BOFD endorsement area of interest in back of deposit check #342

Open vivekab opened 8 months ago

vivekab commented 8 months ago

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 Just below the signature on the image mentioned above would want to add details like (Check endorsement)

  1. Routing number
  2. BankName
  3. Address
  4. Payee name
  5. String value

Referring to https://github.com/moov-io/imagecashletter/blob/44b667b2ffe2ffc7c73d24d7ccba4b1b9e981d6a/imageViewDetail.go#L95 I see that there is this field named ViewDescriptor which can take value "12".( Partial view–Bank Of First Deposit (BOFD) endorsement Area of Interest.)

I'm not sure how do I pass in the above values for the data to be populated with above option? Or just wondering if I'm headed to wrong direction.