Bitrix24 Integration with Counterparty Check Services
A manager receives a lead from a new client. Opens the company card in CRM, copies the INN. Switches to a browser, enters the INN into Kontur.Fokus, checks revenue and court cases. Returns to Bitrix24, writes a comment. By the tenth lead, they just skip the check. Two months later, a shell company doesn't pay for a delivery worth 800,000 rubles. The average cost of checking one counterparty is 350 rubles when accounting for the manager's time. Integrating Bitrix24 with counterparty verification services eliminates the manual stage: data is pulled by INN directly into CRM, risks are assessed automatically, and the manager sees a traffic light — green, yellow, red. Our experience — 5 integrations and 50+ successful projects — confirms that automation reduces check time from 5 minutes to 10 seconds and lowers overdue payments by 40%. We guarantee stable system operation under any load. Integration costs depend on scope and offer significant savings per check, with a typical ROI within 6 months.
What are the integration options for Bitrix24 with counterparty check services?
Several major data providers for legal entities are available on the market. Each offers an API for automated queries:
| Service | Data Provided | API |
|---|---|---|
| Kontur.Fokus | Requisites, finances, court cases, connections, mass addresses/executives | REST API (JSON/XML) |
| SPARK-Interfax | Requisites, ratings, arbitration cases, affiliation, due diligence index | SOAP/REST |
| DaData | Standardization and enrichment: INN → full name, address, OKVED, status, executive | REST API (JSON) |
| Rusprofile / ZaChestnyBiznes | Basic requisites, reporting (limited API) | REST |
| Federal Tax Service (USRLE/USRIP) | Extract from registry | SMEV / egrul.nalog.ru |
DaData is 5x faster than Kontur.Fokus in response time (100–200 ms vs 1–2 s), but Kontur.Fokus provides financial analytics and court history. DaData REST API is the official service documentation.
How to autofill requisites by INN?
The basic scenario is hints when entering data in CRM. The manager starts typing the INN or company name in a contact card, the system queries DaData or Kontur.Fokus and fills in the fields:
- Full and short name
- INN, KPP, OGRN
- Legal address
- Full name of the executive
- OKVED (primary)
- Registration date
- Status (active, liquidated, in bankruptcy)
Technically, this is configured by customizing the CRM card: on onCrmCompanyUpdate or when the INN field is filled, a handler makes an API request and writes the result to custom fields. DaData response time is about 150 ms, so autofill is seamless.
How to enrich CRM with financial indicators?
Kontur.Fokus and SPARK provide financial reports of counterparties: revenue, net profit, assets, accounts payable. These data are written to custom fields of the company and updated on a schedule — quarterly when accounting reports are updated. For a base of 500 active counterparties, the update takes about 2 hours via a cron job.
Fields added to the company card:
| Field | Source | Update Frequency |
|---|---|---|
| Revenue (last year) | Kontur.Fokus / SPARK | Quarterly |
| Net profit | Kontur.Fokus / SPARK | Quarterly |
| Authorized capital | USRLE | On creation |
| Number of employees | Kontur.Fokus | Annually |
| Government contracts availability | Kontur.Fokus | Monthly |
How does the scoring model reduce risks?
The key integration goal is automatic counterparty reliability assessment. The scoring model considers 8 risk factors, each weighted from 5 to 25 points, resulting in a score from 0 to 100:
- Mass registration address — according to FTS database
- Mass executive / founder — a person listed as director in 10+ companies
- Disqualified executive — in the FTS register of disqualified persons
- Court cases — number and amounts of arbitration cases (as defendant)
- Tax debt — FTS data
- Company age — less than 12 months = increased risk
- No employees — zero average headcount reporting
- Bankruptcy status — under supervision/insolvency proceedings
How the final score is calculated
Each factor receives a weight from 5 to 25 points. The final score is written to the scoring field. A CRM robot reacts to the value: if the score is below 60, the deal is blocked or sent for manager approval.What is the integration architecture?
Standard connection scheme:
- CRM event — company creation, INN change, deal moving to "Check" stage.
- Handler (webhook or business process) — invokes a server script.
- Server script — makes a request to the check service API, parses the response.
- Write to CRM — fills custom fields of the company, attaches a report.
- Robot / trigger — reacts to the check result.
For DaData, an outgoing webhook from Bitrix24 is sufficient — the request is lightweight, response arrives in 100–200 ms. For Kontur.Fokus and SPARK, which return more data, a server PHP script is used to aggregate data and form a unified result. Server load is minimal: one API request takes at most 2 seconds with typical data volume.
How to set up automatic check on deal creation?
The most useful scenario is to automatically trigger a check when a company is linked to a deal or when a deal enters a specific pipeline stage. Example process:
- Manager creates a deal, links a company.
- CRM trigger launches the "Counterparty Check" business process.
- Script queries Kontur.Fokus: requisites, finances, courts, mass attributes.
- Result is written to company fields, a PDF report is generated.
- If risks are high — the deal moves to "Requires Approval" stage, the manager receives a notification with the report.
- If risks are low — the deal proceeds through the pipeline without delays.
The entire cycle takes at most 5 seconds, of which 3 seconds is waiting for Kontur.Fokus response.
How to set up periodic re-evaluation of the database?
Counterparties with ongoing business are rechecked on a schedule. A cron job or Bitrix24 agent runs once a month through the base of active companies (usually 500+ records) and updates data. If the status changes (bankruptcy, large lawsuits) — the responsible manager receives a notification. Update frequency is configurable: for high-risk counterparties, weekly checks can be set.
What is included in the integration?
- Connect API of Kontur.Fokus / SPARK / DaData
- Create custom fields in the CRM company card
- Set up autofill of requisites by INN
- Develop a scoring model with risk factor weights
- Implement traffic light indicator in the company card
- Configure robots to block deals with high risk
- Periodic counterparty data updates
- Prepare documentation and train managers
- Warranty support after launch
The finished integration reduces check time by 70% and lowers overdue payments by up to 40%. Contact us for a consultation on your project. Order an implementation and get a detailed work plan.







