內容簡介
IČO priradenie 外掛可在管理訂單介面新增一個元框,讓使用者輸入 IČO 或 DIČ,並從 RÚZ 公開 API 獲取公司詳細資訊,自動填寫帳單公司名稱、地址等資料,提高訂單處理效率。
【主要功能】
• 自動填寫帳單資訊
• 支援 WooCommerce 結帳頁面小工具
• 連接 RÚZ 和 VIES API 驗證公司資料
• 可自訂元資料欄位鍵
• 24 小時快取查詢結果
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds an admin order metabox where you can enter IČO or DIČ and fetch company details from the RÚZ (Register účtovných závierok) public API.
It fills billing company name, street, city, postcode, and country, and it can also fill custom order meta fields for IČO, DIČ, and IČ DPH based on your setup (for example WPify Woo or Superfaktura). You can configure the meta field keys in the plugin settings.
For customers
An optional “Load from IČO” widget can be enabled on the WooCommerce checkout page. Customers enter their IČO (8-digit company ID) and click the load button — the billing company name, address, city, postcode, and country are filled in automatically. Works with both the classic WooCommerce checkout and the Gutenberg blocks-based checkout. Enable this feature in WooCommerce → IČO priradenie settings.
License
GPLv2 or later
External Services
This plugin connects to the RPO (Register of Legal Entities) open API of the Statistical Office of the Slovak Republic at api.statistics.sk to retrieve the current company name and address.
When an administrator (or a customer on the checkout page) enters an IČO or DIČ and clicks the load button, the plugin sends the IČO to the RPO API and receives the company name and current registered address.
Data sent: the IČO (resolved from the entered DIČ via RÚZ when needed).
When: only on manual request (button click). Results are cached for 24 hours.
Endpoint: https://api.statistics.sk/rpo/v1/search
Data licence: CC-BY 4.0 (§ 7 zákona č. 272/2015 Z. z.).
This plugin connects to the public API of the Register of Financial Statements (RÚZ) at registeruz.sk to retrieve company details (used mainly for the DIČ).
When an administrator enters an IČO (Company ID) or DIČ (Tax ID) in the order edit screen and clicks “Load from RÚZ”, the plugin sends that identifier to the API and receives company data (company name and address details).
Data sent: IČO or DIČ entered by the administrator.
When: only on manual request (button click) — in wp-admin by an administrator, or on the checkout page by a customer if the checkout widget is enabled.
Purpose: auto-fill billing company fields in the WooCommerce order edit screen or on the checkout page.
Service privacy policy: https://www.registeruz.sk/cruz-public/content/Privacy_policy.pdf
This plugin also connects to the EU VIES (VAT Information Exchange System) service operated by the European Commission to verify whether a company is a registered VAT payer.
After company data is loaded, the plugin sends the VAT identifier (IČ DPH / DIČ with a country prefix, e.g. SK1234567890) to VIES and receives back whether the VAT number is valid, plus the registered name and address.
Data sent: the VAT identifier derived from the loaded company (IČ DPH or DIČ).
When: automatically as part of a manual “Load” request (button click), only after company data is fetched. Results are cached to limit the number of calls.
Endpoints: https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl (SOAP) or https://ec.europa.eu/taxation_customs/vies/rest-api/ (REST fallback).
Service terms: https://ec.europa.eu/taxation_customs/vies/
