Fiat Deposit & Verification
Last updated
Last updated
The ToroForge SDK allows registered projects to receive fiat currency deposits into user wallets on the Toronet blockchain, including NGN, USD, EUR, KSH, and more.
This process mimics traditional banking UX, but settles the value directly on-chain.
User initiates a deposit with an amount and currency.
SDK returns bank account details for transfer or payment link.
User completes the payment (via card, bank, or wire).
Admin calls verify deposit using the returned transaction ID.
The wallet is funded automatically on Toronet.
Before you can use these features:
You must register your project on .
You will receive:
Admin Wallet Address
Admin Wallet Password
These credentials are passed into the SDK methods.
Currency
Enum)Use either the paymentlink
or show the account number and bank name to the user.
Once the user completes payment, you can finalize it:
If the verification is successful, the Toronet wallet is funded immediately.
Add fiat onboarding to Web3 apps
Enable wallet top-ups in localized currency (NGN, KSH, etc.)
Integrate verified deposit flows into financial platforms or fintech apps
Always validate that a txid
is returned before verifying.
Store returned txid
and map to your internal transaction logs.
For higher amounts, KYC verification may be required (see ).