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 StartedPartner API
Get API keys from Console and send your first sandbox payout.
Choose integration
Partner API vs on-chain SDK vs FiatsendOne.
API reference
Endpoints, OpenAPI spec, and webhooks.
Fiatsend Console
Manage API keys, webhooks, and transaction history.
Coverage & providers
Ghana mobile money and expansion roadmap.
Support
Contact partners@fiatsend.com and the Fiatsend team.
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"
}'