Ozow Hub
GEThttps://api.ozow.com/GetTransactionReportProduction

This operation is used to get all transactions for a merchant site in a particular date range.

Authentication

Query parameters

  • startDate string required

    The filter start date. Use format YYYY-MM-DD.

    min length10max length10
    example2024-01-02
  • siteCode string required

    A unique code for the each of the merchant's sites. A site codeSite code The 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
  • endDate string required

    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

200 Array of TransactionModel

application/json

array of TransactionModel

application/xml

array of TransactionModel