Skip to main content

Endpoint

GET /api/sandbox/v1/multiaccount/wallet/total/breakdown

Base URL

https://api.kiotapay.co

Request Headers

KeyValueRequiredDescription
Content-Typeapplication/jsonSpecifies that the request body is in JSON format.
AuthorizationBearer <your-token>API authentication token. Replace <your-token> with a valid JWT.
Sample Response Body
[
    {
        "totalTransactions": 0.0,
        "totalStkCollection": 0.0,
        "totalPaybill": 0.0,
        "netBalance": 0.0,
        "totalPaybillCollection": 0.0,
        "totalCollections": 0.0,
        "totalTill": 0.0,
        "organisationUuid": "b2f0a5ff-e9d8-4347-b46d-6eee8d195617",
        "totalSendMoney": 0.0
    }
]