zemuldo / iso_8583

:credit_card::moneybag: JavaScript library for iso 8583 messaging. Handles message validation & conversion between interfaces using iso 8583 standard. Contributors are welcome.
https://zemuldo.github.io/iso_8583/
MIT License
85 stars 50 forks source link

How to work with binary fields such as 64 and 128 #133

Open mcfriend99 opened 10 months ago

mcfriend99 commented 10 months ago

I have a requirement that needs to put binary data into the field 128. I have tried UInt8Array and string and none of it worked. It keeps crashing. Any help??

zemuldo commented 10 months ago

What do you mean by binary data? Share sample data for each field you want to customise