Mobile Money Payouts
List all payouts
Fetch every send-money transaction belonging to your company.
Authorization
bearerAuth AuthorizationBearer <token>
The access_token returned by POST /api/v1/get-token.
In: header
Query Parameters
companyId*string
The UUID of your company.
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/api/sandbox/v1/send-money/all?companyId=4d6e1ea9-5ab8-496a-978f-7e9b2bce80c4"{ "status": 200, "message": "Success", "data": [ { "id": 3, "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "amount": 1000, "organisation": { "id": 2, "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "Maina Properties Limited Ke", "phoneNumber": "254745362174", "email": "maina@gmail.com", "uniqueReference": "4780606", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }, "phoneNumber": "254745362174", "remarks": "string", "occasion": "string", "originatorConversationId": "string", "conversationId": "string", "callbackUrl": "http://example.com", "status": "PENDING", "responseCode": 0, "receiverName": "string", "transactionReceipt": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ]}