https://github.com/mofax/iso8583
an iso8583 library written in golang
https://github.com/mofax/iso8583
fintech go golang iso8583
Last synced: 4 months ago
JSON representation
an iso8583 library written in golang
- Host: GitHub
- URL: https://github.com/mofax/iso8583
- Owner: mofax
- License: other
- Created: 2017-04-03T03:17:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T07:45:42.000Z (about 3 years ago)
- Last Synced: 2024-06-19T00:33:39.671Z (about 2 years ago)
- Topics: fintech, go, golang, iso8583
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 18
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://godoc.org/github.com/mofax/iso8583)
[ISO 8583](https://en.wikipedia.org/wiki/ISO_8583) is a financial industry messaging format.
when you make a purchase using your card, that transaction will probably reach you bank encoded
in ISO 8583 format.
This Go package provides tools for packing and unpacking those kinds of
messages
## installation
```bash
$ go get -u github.com/mofax/iso8583
```
## example
```go
package main
import "github.com/mofax/iso8583"
func main() {
}
```
check out the docs on **[GO DOCS](https://godoc.org/github.com/mofax/iso8583)**