v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
MPESA Paybill Accounts

List Mpesa paybill accounts

get/api/v1/mpesa-paybill-accounts/

Query parameters

pageinteger

A page number within the paginated result set.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}