moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
353 stars 105 forks source link

qr generate #176

Closed vtolstov closed 2 years ago

vtolstov commented 2 years ago

mostly offtopic question - but how generate qr for visa payment? I have bin/pan and other data and visa spec, but don't understand how generate qr in go. Golang qr generators get []byte or string and output qr. In case of qr for payment in visa - in what format data must be converted before encode it to QR ?

adamdecaf commented 2 years ago

@vtolstov To clarify, what do you mean by QR?

vtolstov commented 2 years ago

so i'm found solution https://pkg.go.dev/go.mercari.io/go-emv-code/mpm https://pkg.go.dev/giautm.dev/emvqr https://github.com/dongri/emv-qrcode

vtolstov commented 2 years ago

@vtolstov To clarify, what do you mean by QR?

i need to generate qr code to be able to receive payment from merchant

adamdecaf commented 2 years ago

Cool! Let us know if you need help with the iso8583 library.