Paybill Payouts

List all paybill payments

GET
/api/sandbox/v1/paybill/all

Fetch every paybill payment belonging to your organisation.

Authorization

bearerAuth
AuthorizationBearer <token>

The access_token returned by POST /api/v1/get-token.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/sandbox/v1/paybill/all"
{  "status": 200,  "message": "Success",  "data": [    {      "id": 2,      "amount": 1000,      "uuid": "4f88dd2e-c4b4-4a3f-9605-1679686a6641",      "organisation": {        "id": 2,        "uuid": "4d6e1ea9-5ab8-496a-978f-7e9b2bce80c4",        "name": "Maina Properties Limited Ke",        "phoneNumber": "254745362174",        "email": "maina@gmail.com",        "uniqueReference": "4780606",        "createdAt": "2025-01-24T13:35:12.151225",        "updatedAt": "2025-01-24T13:35:12.151225"      },      "accountNumber": "22442244",      "businessNumber": "2232334",      "remarks": "here are the remarks",      "occasion": "Here are the remarks",      "originatorConversationId": "b2b155b6-f610-453c-845e-3a933ad33875",      "conversationId": "AG_20230420_2010759fd5662ef6d054",      "callbackUrl": "https://kiotapay.co.ke",      "status": "PENDING",      "responseCode": 0,      "responseDescription": "Accept the service request successfully.",      "receiverName": null,      "transactionReceipt": null,      "createdAt": "2025-01-27T12:35:46.823816",      "updatedAt": "2025-01-30T12:08:00.877177"    }  ]}