Skip to main content

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 Started

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"
}'