v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Payouts

Payout Mobile Money (Momo).

post/v0.2.4/payouts/mobile-money

Request body

subAccountstring

Subaccount (Wallet Account) to payout from, if any.

turnOffNotificationboolean

disables email and other notifications from Chimoney.

Example request

{
  "subAccount": "1234567",
  "momos": [
    {
      "countryToSend": "Kenya",
      "phoneNumber": "254710102720",
      "valueInUSD": 10,
      "reference": "1234567890",
      "momoCode": "MPS",
      "narration": "Offline Mobile Money Gift",
      "collectionPaymentIssueID": "1209992222",
      "senderIdType": "04",
      "senderIdNumber": "928929832"
    }
  ]
}

Response

Success.

statusstring

Status of the request.

messagestring

Message describing the outcome.

Example response

{
  "status": "success",
  "message": "Payout completed successfully",
  "data": {
    "paymentLink": "http://localhost:4000/pay/?issueID=63576330-b5f6-4279-9324-80633ce14710_11_1726571303087",
    "error": "none"
  }
}