OrbitMFI Developers
Build the future of finance. Integrate lending capabilities directly into your application with our developer-friendly API.
curl -X POST https://api.orbitmfi.com/v1/loans \
-H "Authorization: Bearer sk_live_..." \
-d '{
"amount": 5000,
"currency": "GHS",
"borrower_id": "cus_12345"
}'