You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -449,7 +448,7 @@ Description: Generates the Girocode payload with different options.
|encoding|GirocodeEncoding|GirocodeEncoding. ISO_8859_1|Encoding of the Girocode payload. Default: ISO-8859-1|
#### Good to know
**Important:** As per official specification QR codes with Girocode payloads have to be generated with ECC-Level M (15%).
**Important:** As per official specification QR codes with Girocode payloads have to be generated with ECC-Level M (15%). The necessary EccLevel is already set in the payload. Therefore, please always pass the entire payload object to the CreateQrCode function instead of calling ToString().
Girocode competes (atleast for German-speaking countries) with the Bezahlcode. Even if Girocode has less features, it is more common than Bezahlcode. So choose the right payload type in respect of your users and the features you want to use.
Expand DownExpand Up
@@ -798,11 +797,6 @@ var payload = new PayloadGenerator.SlovenianUpnQr(payerName, payerAddress, payer
@@ -926,9 +919,9 @@ Description: Generates a new Swiss Qr code.
#### Good to know
-**Important:** As per official specification Swiss QR codes have to be generated with ECC-Level M (15%).
-**Important:** As per official specification Swiss QR codes have to be generated with ECC-Level M (15%). The necessary EccLevel is already set in the payload. Therefore, please always pass the entire payload object to the CreateQrCode function instead of calling ToString().
-**Important:** As per official specification a Swiss cross logo (can be downloaded [here](https://www.six-group.com/dam/download/banking-services/standardization/qr-bill/swiss-cross-graphic-en.zip)) has to be drawn on the code with a size of ~14%. (Per spec the Swiss cross has to be 7mm per side and the Swiss Qr code should be printed with 46mm without quiet zones or 49,2mm per side with quietzones. So we get 7/(49,2/100) = 14% icon size.)
-**Important:** When passing a SwissQRCode payload to the `CreateQrCode()`-function, always set the `forceUtf8`-parameter to `true`.