Pretium
  • Introduction
  • API Reference
    • Account
      • Detail
      • Wallet
      • Countries
      • Exchange Rates
    • Kenya
      • Mobile Money
        • Collect
        • Disburse
        • Status
        • Transactions
Powered by GitBook
On this page
  1. API Reference
  2. Kenya
  3. Mobile Money

Disburse

This endpoint enables you to make payout to your customers.

POST {{uri}}/kes/disburse

Body Request


name
type
description

amount

integer

Amount to disburse

shortcode

string

Recipient mobile number

mobile_network

string

Supported mobile network ie Safaricom

callback_url

url

URL to receive payment notification

{
    "code": 200,
    "message": "Disburse initiated",
    "data": {
        "status": "PENDING",
        "transaction_code": "TSALX",
        "message": "Success! Processing payment."
    }
}
{
   "code": 400,
   "message": "Failed - Bad Request"
}
PreviousCollectNextStatus

Last updated 14 days ago