A unique code for the each of the merchant's sites. A site codeSite codeThe unique code for a site registered under a merchant. A site is a place to transact: a website, or a branch of a store. A merchant can have several, and each transaction names the one it belongs to, so sending the wrong code files the payment against the wrong place. is generated when adding a site in the Ozow merchant admin section.
max length50
exampleTST-MER-001
endDatestringrequired
The filter end date. Use format YYYY-MM-DD. If used with a startDate, endDate must be larger than startDate.
min length10max length10
example2024-02-03
Responses
200Array of TransactionModel
application/json
array of TransactionModel
application/xml
array of TransactionModel
401Unauthorized. The `ApiKey` header is missing or does not match the site, or for a `Secure` operation the bearer token is missing, expired or invalid.
string
example 1
API key is missing or invalid.
403Forbidden. The credentials were readable but the site cannot be authorised, because no merchant matches the site code or the merchant is deactivated.
string
example 1
Merchant for site code TSTSTE0001 is deactivated
500Internal Server Error. Something failed on the Ozow side.