fints4k/tools/EpcQrCodeParser
dankito e43be8f0aa Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app 2022-02-07 00:18:08 +01:00
..
src Implemented EpcQrCodeParser that extracts credit transfer data from decoded EPC QR code 2022-02-07 00:18:08 +01:00
README.md Implemented EpcQrCodeParser that extracts credit transfer data from decoded EPC QR code 2022-02-07 00:18:08 +01:00
build.gradle Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app 2022-02-07 00:18:08 +01:00

README.md

EPC QR code Parser

The EPC QR code, marketed as GiroCode, Scan2Pay or Zahlen mit Code amongst others, is a QR code defined by the European Payments Council which contains all data to initiate a SEPA credit transfer.

This library is a multi platform implementation to extract the credit transfer data from decoded QR code. (So it does not implement decoding the QR code itself, but extracting the data from decoded QR code text.)