Skip to main content

Official SDKs

TXCloud provides official SDKs for the most popular programming languages:

Features

All SDKs include:
  • ✅ Full API coverage
  • ✅ TypeScript/type definitions
  • ✅ Automatic retries with exponential backoff
  • ✅ Idempotency key support
  • ✅ Webhook signature verification
  • ✅ Comprehensive error handling

Quick Example

import TXCloud from '@txcloud/sdk';

const txcloud = new TXCloud({ apiKey: process.env.TXCLOUD_API_KEY });

const verification = await txcloud.identity.verify({
  document_front: documentBase64,
  country: 'MA'
});

Mobile SDKs

For mobile applications:
PlatformPackage
React Native@txcloud/react-native-sdk
iOSTXCloudSDK (CocoaPods/SPM)
Androidcom.txcloud:sdk (Maven)
Fluttertxcloud_flutter

Community SDKs

Community-maintained SDKs:
LanguagePackageMaintainer
Rubytxcloud-rubyCommunity
C#TXCloud.NETCommunity
Rusttxcloud-rsCommunity
Community SDKs are not officially supported. Use at your own discretion.