From dda263be84ff10f19d2b7ded7b95ccc0c379f791 Mon Sep 17 00:00:00 2001 From: Manuel Reinhard Date: Sun, 1 Oct 2023 20:29:56 +0200 Subject: [PATCH] Update FAQ on how to recognize a QR IBAN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cabbed..ff39178 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Then have a look at [example/example.php](example/example.php). A typical QR bill ([example](https://github.com/sprain/php-swiss-qr-bill/blob/master/example/example.php)) requires a special QR IBAN. You can get yours from your bank. A classic IBAN can be used for QR bills with a SCOR reference ([example](https://github.com/sprain/php-swiss-qr-bill/blob/master/example/example_scor.php)) or no reference number at all ([example](https://github.com/sprain/php-swiss-qr-bill/blob/master/example/example_minimal.php)). * **How do I recognize a QR IBAN?**
-See https://github.com/sprain/php-swiss-qr-bill/issues/182#issuecomment-1229539977 +In a QR IBAN, the *institute id*, which is defined in the 5th to 9th character, is a number in the range of 30000 to 31999. (Example: CH44 **3199 9**123 0008 8901 2). For how detect it in code, see https://github.com/sprain/php-swiss-qr-bill/issues/182#issuecomment-1229539977 * **How do I create QR bills for international IBANs?**
You can't. The QR bill by specification only supports IBANs from Switzerland and Liechtenstein.