Skip to content

A script that decodes a given IBAN number of Altijari Bank in tunisia to provide the different codes ( country, bank, agency, account number )

Notifications You must be signed in to change notification settings

ysmaoui/decode_IBAN_attijari_banque_tunisie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Decode Attijari bank IBAN

a simple script that decodes a given IBAN from the Attijari bank (Tunisia)

Requirements

  • Python 3

How to use

python3 decode_iban.py "[IBAN_number]"
  • example:

    python3 decode_iban.py "TN59 04 123456789123456789"

sample output

Code pays: TN59
Code banque à la banque centrale: 04
Code agence à la banque centrale: 123
Code agence interne: 123
Numéro de compte: 1234567891
Clé interne: 1
Clé banque centrale: xx
=============ajout beneficaire attijari=========
Agence: 123  N° Compte: 1234567891  Clé: 1

References

The code for checking the validation of the IBAN was taken from REF: [https://rosettacode.org/wiki/IBAN#Python]

About

A script that decodes a given IBAN number of Altijari Bank in tunisia to provide the different codes ( country, bank, agency, account number )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages