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:
- Frontend redirects user to HandCash OAuth
- Serverless function handles the callback and token exchange
- 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
- HandCash Developer Dashboard — official SDK installation, API reference, and developer docs.