Skip to content
forked from mofax/iso8583

an iso8583 library written in golang

License

Notifications You must be signed in to change notification settings

lunarforge/iso8583-2

 
 

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

About

an iso8583 library written in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%