An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/mofax/iso8583?status.svg)](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)**