WistfareWistfare Docs

SDK Overview

An overview of the Wistfare SDK and the main integration paths it supports.

The Wistfare SDK is designed around the flows developers actually ship: install once, authenticate once, and then move feature by feature through business setup, wallets, collections, disbursements, and fees.

What the SDK Covers

  • Authentication
  • Business records and tenant context
  • Wallet balances, transfers, deposits, withdrawals, and members
  • Payment collections and payment requests
  • Disbursements and payout tracking
  • Fee lookup, fee calculation, and fee configuration

Best Reading Order

  1. Installation
  2. Authentication
  3. Businesses
  4. Wallets
  5. Collections
  6. Disbursements
  7. Fees

Supported Languages

LanguageStatus
TypeScriptAvailable
PythonAvailable
GoAvailable
DartAvailable
.NETAvailable
RustPreview
SwiftPreview
KotlinPreview

Production recommendation

If you are choosing your starting point, begin with Quick Start, then move into Installation and the specific feature page you need. That gives you a much smoother path than thinking in terms of internal service boundaries.

On this page