v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
Send Money

List Send money beneficiaries

get/api/v1/send-money/beneficiaries/

Query parameters

bank_code'1' | '10' | '11' | '12' | '14' | '16' | '17' | '18' | '19' | '2' | '23' | '25' | '3' | '31' | '32' | '35' | '36' | '43' | '48' | '49' | '50' | '51' | '53' | '54' | '55' | '57' | '6' | '60' | '61' | '63' | '65' | '66' | '68' | '7' | '70' | '72' | '74' | '75' | '76' | '78' | '79' | '89' | '97' nullable

Specify if provider type is bank

  • 1 - KCB
  • 2 - Standard Charted Bank KE
  • 3 - Absa Bank Kenya
  • 6 - Bank of Baroda
  • 7 - NCBA Bank Kenya
  • 10 - Prime Bank
  • 11 - Cooperative Bank
  • 12 - National Bank
  • 14 - M-Oriental
  • 16 - Citibank
  • 17 - Habib Bank AG Zurich
  • 18 - Middle East Bank
  • 19 - Bank of Africa
  • 23 - Consolidated Bank
  • 25 - Credit Bank Ltd
  • 31 - Stanbic Bank
  • 32 - Unaitas Sacco
  • 35 - ABC Bank
  • 36 - Choice Microfinance Bank
  • 43 - Eco Bank
  • 48 - Caritas Microfinance Bank
  • 49 - Spire Bank
  • 50 - Paramount Universal Bank
  • 51 - Kingdom Bank
  • 53 - Guaranty Bank
  • 54 - Victoria Commercial Bank
  • 55 - Guardian Bank
  • 57 - I&M Bank
  • 60 - SBM
  • 61 - Housing Finance Company Limited (HFCK)
  • 63 - DTB
  • 65 - CIB Bank Kenya
  • 66 - Sidian Bank
  • 68 - Equity Bank
  • 70 - Family Bank
  • 72 - Gulf African Bank
  • 74 - Premier Bank
  • 75 - DIB
  • 76 - UBA
  • 78 - KWFT Bank
  • 79 - Faulu Bank
  • 89 - Stima SACCO
  • 97 - Telkom Kenya
is_activeboolean
pageinteger

A page number within the paginated result set.

provider'AIRTIME' | 'INTASEND' | 'INTASEND-XB' | 'INTASEND-XB-BANK' | 'MPESA-B2B' | 'MPESA-B2C' | 'PESALINK' | 'RTGS'
  • MPESA-B2C - MPesa
  • MPESA-B2B - MPesa B2B
  • PESALINK - Bank
  • INTASEND - IntaSend
  • AIRTIME - Airtime (KE)
  • RTGS - RTGS
  • INTASEND-XB - IntaSend Borderless (XB)
  • INTASEND-XB-BANK - IntaSend Borderless (XB) - Bank
searchstring

A search term.

search_termstring

Search

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"
}