Skip to main content
There are several ways for users to deposit money into their new accounts:
  • Other BSV Wallets using account.getDepositInfo()
    • Paymail
    • Base58 Address
  • Credit Card
  • Other Cryptocurrencies
While Paymail and address deposits are straightforward, this guide will cover how to add a widget for Credit Card and Cryptocurrency deposits. Both methods will use the base58Address provided in a user’s deposit info, and the widget will conveniently pass it into the services to create a seamless user experience. A full example can be found here. Top Up Widget

Cryptocurrency Deposit

To support cryptocurrency deposits, you can use LetsExchange. You will need an affiliate ID, or you may use the HandCash affiliate ID: ZOTVxWxEZxW6dcfS. Crypto Top Up

Credit Card Top-Ups

To support credit card top-ups, you can use Guardarian. You will need a public API token, or you can use the HandCash one: 797beecc-7f37-4f4f-9904-9bb77c38eb88. Credit Card Here is a widget that handles both fiat and cryptocurrency top-ups using the shadcn component library: