diff --git a/_data/banking.yml b/_data/banking.yml index 18e7055d5f3..7a45b52009b 100644 --- a/_data/banking.yml +++ b/_data/banking.yml @@ -910,6 +910,17 @@ websites: text: "OTP implementation requires Rabo App" doc: https://www.rabobank.nl/particulieren/betalen/rabo-scanner/ + - name: Raiffeisen Bank CH + url: https://www.raiffeisen.ch + img: raiffeisen_ch.png + doc: https://www.raiffeisen.ch/rch/de/hilfe-und-kontakt/raiffeisen-login/login-mit-phototan.html + exceptions: + text: "PhotoTAN works with a smartphone app or with a dedicated device" + tfa: Yes + otp: no + u2f: no + hardware: Yes + - name: Raiffeisen Bank CZ url: https://www.rb.cz/ img: raiffeisenbank_cz.png @@ -1027,6 +1038,16 @@ websites: text: "2FA authentication via BankID for Swedish Citizens only." doc: https://seb.se/privat/digitala-tjanster + - name: SEBA Bank + url: https://seba.swiss + img: seba.png + exceptions: + text: "2FA with a proprietary app that is only available for iOS and Android" + tfa: Yes + otp: no + hardware: no + u2f: no + - name: Service Credit Union url: https://www.servicecu.org/ img: service_cu.png @@ -1120,6 +1141,16 @@ websites: text: "OTP via BankID available to Swedish Citizens only" doc: https://www.swedbank.se/privat/digitala-tjanster/mobilt-bankid/fragor-och-svar-om-mobilt-bankid.html + - name: Swissquote + url: https://de.swissquote.com + img: swissquote.png + exceptions: + text: "2FA with codes on paper" + tfa: Yes + otp: no + hardware: no + u2f: no + - name: Synchrony Bank url: https://www.synchronybank.com img: synchrony.png diff --git a/img/banking/raiffeisen_ch.png b/img/banking/raiffeisen_ch.png new file mode 100644 index 00000000000..c4b3e8d8f5b Binary files /dev/null and b/img/banking/raiffeisen_ch.png differ diff --git a/img/banking/seba.png b/img/banking/seba.png new file mode 100644 index 00000000000..5443552aa32 Binary files /dev/null and b/img/banking/seba.png differ diff --git a/img/banking/swissquote.png b/img/banking/swissquote.png new file mode 100644 index 00000000000..fa45c96a222 Binary files /dev/null and b/img/banking/swissquote.png differ