HandCash Connect

1 min read

HandCash Connect is the most developer-friendly way to add BSV payments to your application. It provides OAuth2-based authentication and a simple API for sending and receiving payments.

Key Features

  • OAuth2 authentication — Users authorize your app via their HandCash wallet
  • Multi-output payments — Send to multiple recipients in a single transaction
  • Payment requests — Request payments from users with customizable metadata
  • User profiles — Access user display names and avatars

Integration Architecture

For static sites (like this one), HandCash Connect works via serverless functions:

  1. Frontend redirects user to HandCash OAuth
  2. Serverless function handles the callback and token exchange
  3. Frontend uses the access token for payment operations

A walkthrough tutorial will follow once integration code has been verified end-to-end against the current Chronicles release per our tutorial code policy.

Resources

Share this post