SDK Portal
Fintech SDKs
Open source SDKs for seamless fintech integrations. Built by developers, for developers.
@codalmo/Angola-Payments
paymentsIntegrate payments faster with a battle-tested SDK made for Angola. Complete Pay4All integration, realistic testing, and production-ready tooling.
JavaScriptv2.1.0
125.0K
2.4K
Key Features
Complete Pay4All integrationAdvanced testing & simulationTypeScript/JavaScript SDK+2 more
Code Example
npm install @codalmo/angola-paymentsLast updated: 2 days ago
Codalmo Crypto
cryptoCryptocurrency trading, wallet management, and blockchain integration SDK
TypeScriptv3.0.1
156.0K
3.2K
Key Features
Multi-chain SupportWallet ManagementTrading APIs+2 more
Code Example
import { CodalmoCrypto } from '@codalmo/crypto'Last updated: 3 days ago
Codalmo Insurance
insuranceInsurance policy management, claims processing, and risk calculation SDK
Gov1.3.4
43.0K
890
Key Features
Policy ManagementClaims ProcessingRisk Calculation+2 more
Code Example
package mainLast updated: 1 week ago
Quick Start Example
JavaScript Quick Start
javascript
123456789101112131415161718192021222324// Install the SDKnpm install @codalmo/angola-payments// Initialize the clientimport { AngolaPaymentsClient, Provider } from '@codalmo/angola-payments'const client = new AngolaPaymentsClient({provider: Provider.PAY4ALL,providerConfig: {notificationToken: process.env.EKWANZA_NOTIFICATION_TOKEN!,apiKey: process.env.EKWANZA_API_KEY!,partnerRegistrationNumber: process.env.EKWANZA_PARTNER_REGISTRATION!,environment: 'sandbox'}})// Create a paymentconst payment = await client.createPayment({amount: 1000,referenceCode: 'ORDER_123',mobileNumber: '+244123456789'})console.log('Pay with:', payment.qrCode)
Ready to integrate?
Join thousands of developers building the future of fintech