Developer Hub
Integrate identity and financial infrastructure from the ByEnnen ecosystem. Each product provides comprehensive APIs and SDKs for seamless integration.
Simple, Powerful APIs
Each ByEnnen product provides clean, RESTful APIs with comprehensive error handling and real-time webhooks. Integrate individual products or combine them for maximum impact.
RESTful design with predictable URLs
Real-time webhooks for async processing
Comprehensive error codes and messages
Rate limiting and retry strategies
example.js
// Use individual product SDKs
import { IDSentric } from '@idsentric/sdk';
import { CredZK } from '@credzk/sdk';
// Identity verification with IDSentric
const verification = await IDSentric.verify({
document: documentImage,
selfie: selfieImage,
options: {
liveness: true,
zkProof: true
}
});
// Financial proof with CredZK
const proof = await CredZK.generateProof({
did: verification.did,
type: 'income',
threshold: 50000,
private: true
});
console.log('✅ Integration complete');
Product SDKs
Each ByEnnen product provides SDKs in multiple programming languages
IDSentric SDK
stableJavaScript, Python, Rust
CredZK SDK
stableTypeScript, Python, Go
SafeBankClub SDK
coming soonJavaScript (Node/Browser)
DeFi.ly SDK
betaTypeScript, Solidity
Join the Developer Community
Get help, share ideas, and stay updated with the latest ByEnnen developments