Setup

To integrate wallet infrastructure:
  1. Create an application in the Developer Dashboard
  2. Save your AppSecret and AppId for later use
  3. Contact sales@handcash.io to enable wallet creation with your application ID
  4. Install the Handcash SDK in your project:
npm install @handcash/sdk

Overview

The Wallet API provides whitelabel wallet infrastructure that integrates directly into your application. Users can be onboarded with just email verification, creating a seamless native experience. Core capabilities:
  • User onboarding - Email-based account creation
  • Balance management - Check and track user balances
  • Payment processing - Send and receive payments
  • Transaction history - Complete payment records
All wallet functionality operates within your application’s interface, maintaining user context and experience.