fints4k/tools/EpcQrCodeParser
dankito f637897dc3 Removed ui, persistence and rest projects (will be moved to separate repositories) and deactivated tools projects.
Removed Android target and using now JVM instead of JVM6.
Updated to Kotlin 1.6.10 which works much better for KMPP. Could therefore remove packForXcode() tasks
2022-02-11 23:53:35 +01:00
..
src Added AndroidManifest so that Gradle stops complaining 2022-02-07 00:18:13 +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 Removed ui, persistence and rest projects (will be moved to separate repositories) and deactivated tools projects. 2022-02-11 23:53:35 +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.)