Build financial products on FadPay
Accounts, transfers, atomic bulk payouts, payment-network telemetry and customer-authorized verification β one clean REST API on Africa's financial platform, in the language you already use.
# Move money to any FadPay Account by email curl -X POST https://fadpaymoney.com/api/v1/transfers \ -H "Authorization: Bearer sk_live_9f2cβ¦" \ -d '{ "to_email": "a.ndiaye@teranga.digital", "amount": 25000, "note": "Invoice #A-2291" }' # β 201 Created { "ok": true, "to": "a.ndiaye@teranga.digital", "amount": 25000, "balance": 7975000 }