Disclaimer (disclaimer)
This service is provided absolutely free of charge and we do not guarantee its correctness, so use it at your own risk.
IBAN (International Bank Account Number) — is an international standard for identifying bank accounts, which ensures accuracy and security when making international payments. To facilitate work with international transfers, an IBAN calculator has been created to help you quickly and accurately calculate the correct IBAN based on the data entered.



12 January 2020 is the end of the period of transition to IBAN standard of invoice generation. For large enterprises that have thousands of counterparties, the transition to IBAN is a problem because the time spent by employees to obtain IBAN code from counterparties will cost a considerable amount of money. Hosting.XYZ company is a high-tech enterprise, which automates not only the work of servers, but also internal business processes. Some of them we are happy to share with our clients and all comers. Therefore, we bring to your attention an open API with the help of which your 1C programmer will be able to easily convert account number and MFI in old format to IBAN format

1. To retrieve the IBAN, make a GET request:

	https://www.ukraine.com.ua/action/gov/iban/?action=iban&account=<account number>&mfo=<MFI>>>

where

  • <<<MFI> — MFI of the counterparty bank
  • <<<account number> — account number of the counterparty.

Example of a query:   https://www.ukraine.com.ua/action/gov/iban/?action=iban&account=26007052606100&mfo=320649

2. IBAN verification;  

When an accountant enters an enterprise code into 1C IBAN, he may make a mistake, so it is recommended to use the API to check the IBAN of the account number:

	https://www.ukraine.com.ua/action/gov/iban/?action=iban-check&iban=<key>>>

where

  • <<<key> — counterparty’s account number, in IBAN format.

Example correct IBAN: https://www.ukraine.com.ua/action/gov/iban/?action=iban-check&iban=UA893206490000026007052606100

Example wrong IBAN: https://www.ukraine.com.ua/action/gov/iban/?action=iban-check&iban=UA893206490000026007052606109