moov-io / wire

FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/wire/
Apache License 2.0
81 stars 39 forks source link

Invalid Faim message created if the sender and receiver short name {3100, 3400} is not specified #405

Open nitu-luna opened 2 months ago

nitu-luna commented 2 months ago

Wire Version: v0.15.5

What were you trying to do? Create a wire faim message

What Wire specification are you referencing?Fedwire Application interface Manual

What did you expect to see?The 3100 and 3400 tag should not contain a *, and should be 123456789

What did you see?The 3100 and 3400 tag was 123456789*

How can we reproduce the problem?Please specify a sender aba and receiver aba, and do not provide short names in the json { "senderDepositoryInstitution":{"senderABANumber":"123456789"}, "receiverDepositoryInstitution":{"receiverABANumber":"123456789"} }