WistfareWistfare Docs

Introduction

What Wistfare gives developers and how to approach the documentation.

Wistfare gives developers a set of backend SDKs for collecting payments, sending disbursements, managing wallets, and querying your businesses. The goal of these docs is to help you ship a production integration quickly, without making you think in terms of our internal package layout first.

What You Can Build

  • Collect mobile money payments from customers.
  • Send disbursements and payouts to any mobile money number.
  • Manage wallets, transfers, and transaction history.
  • List and inspect your businesses and their settings.
  • Create payment requests with QR codes and payment links.

How to Read These Docs

Start in the same order most teams implement a real integration:

  1. Read Quick Start to see the shortest working path.
  2. Go to Installation to install the SDK in your language.
  3. Move feature by feature through Collections, Disbursements, Wallets, and Businesses.
  4. Use the Widgets section only if you are planning an embedded UI experience.

Best practice

Keep your Wistfare API key on the server. Let your backend call Wistfare through an SDK, and let your web or mobile app talk only to your own backend.

Supported SDK Languages

LanguageStatus
TypeScriptAvailable
PythonAvailable
GoAvailable
DartAvailable
.NETAvailable
RustPreview
SwiftPreview
KotlinPreview

On this page