Can you integrate with our system even if it is old?+
In most cases, yes. We have built bridges against everything from modern REST APIs to legacy SOAP, file-based exchanges and direct database connections.
What happens if a third-party system changes its API?+
As part of a monthly agreement we monitor changes to the APIs we have integrated against. You are notified before anything stops working.
Which Norwegian services have you integrated against?+
BankID, ID-porten, Altinn, Maskinporten, Vipps, Bring/Posten, Brønnøysundregistrene, as well as ERP, CRM and accounting systems, email services and a wide range of specialist systems. Ask us about something specific, the chances are good we have done it before.
What does a typical integration cost?+
It depends on complexity. Simple REST API integrations with standard authentication are less expensive than complex integrations with retry logic, idempotency and webhook callbacks, and integrations against older systems (SOAP, file exchange, EDI) require more work. We give a fixed price after a scoping phase with a technical review.
How do you handle robust error management in integrations?+
We use queues (typically Convex scheduler or a dedicated message queue), retry logic with exponential back-off, idempotent calls so the same message can be sent multiple times safely, and audit logs on everything. If an external system goes down, we resume automatically when it comes back. No lost data.