Skip to main content
POST
/
mpesa-paybill-accounts
Create M-Pesa account
curl --request POST \
  --url https://sandbox.kulmipay.com/api/v1/mpesa-paybill-accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "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.

Body

application/json

The body is of type object.

Response

201 - 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