Module mpesa::services

source ·
Expand description

MPESA Services

Using the builder pattern in this to procedurally build Mpesa service specific payloads which are ultimately consumed and the request sent by calling the send method. Some of the builder methods for certain services are optional with default values standing in their place when the builder gets consumed

Here are the currently available services:

  1. Account Balance
  2. B2B
  3. B2C
  4. C2B Register
  5. C2B Simulate
  6. Mpesa Express/ STK Push
  7. Transaction Reversal
  8. Bill Manager
  9. Transaction Status
  10. Dynamic QR

Structs