A guide to sending mass payouts efficiently using the Monieswitch API or dashboard.
Create Monieswitch Account
Get API Key
Set Up Backend Server
[ { "accountNumber": "0123456789", "bankCode": "044", "amount": 5000, "narration": "Vendor payment" }, { "accountNumber": "0987654321", "bankCode": "058", "amount": 7000, "narration": "Employee salary" } ]
POST https://nini.monieswitch.com/api/payouts/bulk Headers: Authorization: Bearer YOUR_API_KEY Content-Type: application/json Body: { "payouts": [ { "accountNumber": "0123456789", "bankCode": "044", "amount": 5000, "narration": "Vendor payment" }, { "accountNumber": "0987654321", "bankCode": "058", "amount": 7000, "narration": "Employee salary" } ] }
GET /api/payouts/bulk/{batchId}