Payout API

Send money directly to millions of mobile wallets across Africa instantly and securely. Perfect for automated disbursements, scaled payroll processing, and instant refunds.

Get API Keys

Features

  • Bulk transfers in a single API call
  • Instant reconciliation and status updates
  • Zero manual intervention needed

Use Cases

NGO Disbursements

Distribute aid directly to beneficiaries securely and transparently.

Betting Payouts

Instantly pay out winnings to users' mobile money accounts.

Quick Start: Disburse Funds

Get up and running in minutes with your preferred language.

POST /v1/payment/transfers/
curl --location 'https://api.senfenico.com/v1/payment/transfers/' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: sk_live_...' \
--data '{
    "amount": 100,
    "recipient_phone": "63xxxxxx",
    "recipient_wallet": "sank_bf",
    "ext_id": "98b96ea4-210d-4ea0-9b03-8d7fd96e4064"
}'