Fetch Product Transactions
GET {{BASE_URL}}/query/transaction/fetch?username={{USERNAME}}&productName=Bebabeggie&pageNumber=1&count=10&startDate=2020-07-14&endDate=2020-07-16&category=MobileCheckout&provider=Athena&status=Success&source=phoneNumber&destination=phoneNumber&providerChannel=1212
Fetch transactions of a particular payment product.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | ||
productName | string | ||
pageNumber | number | ||
count | number | ||
startDate | string | ||
endDate | string | ||
category | string | ||
provider | string | ||
status | string | ||
source | string | ||
destination | string | ||
providerChannel | number |
RESPONSES
status: OK
{"description":"Success","status":"Success","responses":[{"requestMetadata":{"reason":"Testing things..."},"sourceType":"Wallet","source":"PaymentWallet","provider":"Mpesa","destinationType":"PhoneNumber","description":"The service request is processed successfully.","providerChannel":"824879","transactionFee":"KES 1.0000","providerRefId":"SAMPLE_MPESA_CODE","providerMetadata":{"recipientIsRegistered":"true","recipientName":"254724XXXYYY - John Doe"},"status":"Success","productName":"testing","category":"MobileB2C","transactionDate":"12.05.2018 21:46:13","destination":"+254724XXXYYY","value":"KES 2900.0000","transactionId":"ATPid_b9379b671fee8ccf24b2c74f94da0ceb","creationTime":"2018-05-12 18:46:12"}]}