iso8583 icon indicating copy to clipboard operation
iso8583 copied to clipboard

A golang implementation to marshal and unmarshal iso8583 message.

Results 33 iso8583 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. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile-fuzz...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.15` -> `1.19` |...

- remove maxBitmaps - use auto size according to specification - added over range check - updated test codes

Created new 3 fields - EMV, ConstructedTLV, PrimitiveTLV Used existed pref and env - BerTLV, BerTLVTag

The reading and unpacking of messages consumes data from third-party sources. While this data is often from a trusted party it's still important to have parsers which do not crash...

enhancement
testing
hacktoberfest-accepted

I need -as an user of the library-, to generate the message specification from a Json file. Thus, moving a little bit the code it could be possible with just...

I am trying to decode ISO message received from an ISO message simulator which uses Ascii format, But im unable to get it to work. I can read the MTI...

hacktoberfest-accepted

I want to define my Message Specification from a json file. Just like your `builder_test.go` but I think those modules are private. So that in other microservices -another programming language-...

enhancement
hacktoberfest-accepted

Right now I'm doing the pack() of my message, but apparently there is a limit of fields that doesn't allow me to do it. Is there a way to change...

bug
hacktoberfest-accepted

When we serialize messages into JSON, we convert field IDs from ints into strings and then sort them using `OrderedMap`. Here is an example of what we may get when...