Skip to content

mofax/iso8583

Repository files navigation

GoDoc

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

$ go get -u github.com/mofax/iso8583

example

package main

import "github.com/mofax/iso8583"

func main() {

}

check out the docs on GO DOCS