SDK Portal

Fintech SDKs

Open source SDKs for seamless fintech integrations. Built by developers, for developers.

@codalmo/Angola-Payments

payments

Integrate 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-payments
Last updated: 2 days ago

Codalmo Crypto

crypto

Cryptocurrency 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

insurance

Insurance 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 main
Last updated: 1 week ago

Quick Start Example

JavaScript Quick Start
javascript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Install the SDK
npm install @codalmo/angola-payments
 
// Initialize the client
import { 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 payment
const 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