Skip to main content

Fiatsend Documentation

Integrate stablecoin-to-mobile-money payouts in Ghana, or build on FiatsendOne and smart contracts. Start with the Partner API for B2B integrations.

Get Started

Quick Example

Sandbox payout
# Payout to Ghana mobile money (Partner API)
curl -X POST https://sandbox.fiatsend.com/v1/withdrawals \
-H "Authorization: Bearer $FIATSEND_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": "50.00",
"currency": "USDT",
"recipient_phone": "+233501234567",
"mobile_network": "MTN",
"reference_id": "payout-001"
}'