Warum wir eine eigene KYC-API gebaut haben — und es kostenlos rausgeben
Enjyn Gruppe has developed a proprietary KYC API to address the high costs associated with identity verification. The decision to create this in-house solution stemmed from the need for reliable identity checks across various customer projects. The API is designed to operate within the constraints of data protection regulations while providing a cost-effective alternative to existing services.
- ▪KYC services can be expensive, with costs ranging from 1 to 7,500 euros per month depending on the provider.
- ▪Enjyn built its own KYC API to avoid high fees and ensure data privacy by keeping operations in-house.
- ▪The API includes features like document verification, data extraction, and automatic deletion of uploaded images after a short period.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3944888) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Enjyn Gruppe Posted on May 21 Warum wir eine eigene KYC-API gebaut haben — und es kostenlos rausgeben #kyc #dsgvo #api #deutsch Das Problem: KYC ist teuer. Sehr teuer. Vor knapp einem Jahr hatten wir bei Enjyn ein wiederkehrendes Muster: Für mehrere unserer Kundenprojekte brauchten wir eine zuverlässige Identitätsprüfung — mal für Altersverifikation, mal für eine Community-Plattform, mal für einen Marktplatz mit Verkäufer-KYC.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).