Skip to main content

List Payments

A vendor can retrieve a list of their payments for the last 90 days.

Request

GET https://billpay.paynow.co.zw/api/payment/list
FieldData TypeDescriptionRequired
FromDateTime (dd-MMM-yyyy HH:mm:ss)Start dateOptional
ToDateTime (dd-MMM-yyyy HH:mm:ss)End dateOptional
BillerCodeStringFilter by billerOptional
StatusString (Default: Unspecified)Payment status filterOptional
VendorReferenceStringUnique vendor referenceOptional
PageInteger (Default: 1)Page numberOptional
PerPageInteger (Default: 200)Results per page (1-200)Optional

Response

FieldData TypeDescription
PageIntegerCurrent page number
TotalPagesIntegerTotal number of pages
PerPageIntegerNumber of results per page
TotalListingsIntegerTotal number of results
ListingsList<Payment>List of matching payments
note

Only a subset of the Payment data is populated in the listings. For full payment data, use a Status inquiry.