Fiatsend Documentation
Build reliable payments on mobile money rails, powered by stablecoins on Lisk. Integrate fast with our REST API, smart contracts, and webhook system.
Get StartedGetting Started
Set up your environment, get API keys, and make your first payout in minutes.
API Reference
Explore all REST endpoints for auth, conversions, payouts, and mobile money.
Smart Contracts
Understand the FiatsendGateway architecture, upgrades, and on-chain flows.
Coverage & Providers
See supported countries, mobile money providers, and operation availability.
Use Cases
Learn how merchants, agents, and consumers use Fiatsend for everyday payments.
Support
Get help, report issues, and reach the team.
Quick Example
Payout to mobile money
# Convert USDT to GHS
curl -X POST https://api.fiatsend.com/api/convert/usdt-to-ghs \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"amount": "50.00",
"beneficiaryPhone": "+233241234567"
}'