Skip to main content
GET
/
mpesa-paybill-accounts
/
{id}
Retrieve M-Pesa account
curl --request GET \
  --url https://sandbox.kulmipay.com/api/v1/mpesa-paybill-accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "paybill": "<string>",
  "account": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:ISSecretKey_test_xxxxxxxxxxxxxxxx
required

Use your KulmiPay secret key as the Bearer token.

Path Parameters

id
integer
required

A unique integer value identifying this MPesa Paybill Account.

Response

200 - application/json
paybill
string
read-only
account
integer
read-only
created_at
string<date-time> | null
read-only
updated_at
string<date-time> | null
read-only