Get Site Settlements
Try it
Parameters
Request sample
curl -X GET 'https://api.ozow.com/secure/settlements/getsitesettlements?fromDate=string&toDate=string' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Response example
Built from the response schema. Values are placeholders, not real data.
https://api.ozow.com/secure/settlements/getsitesettlementsProductionBuild with AI 1 package
A build package is every page for one task, with the API operations they use. Copy the prompt into a coding assistant, or hand it the package itself: slim links to each page, full inlines all of them in one document.
- Reconcile a settlementEverything needed to match the money Ozow pays into your bank account against the payments you collected, line item by line item, including the fees that make the two differ.
The settlementsSettlement Ozow paying the money you have collected into your bank account. Payins arrive at Ozow first and are settled to you on a schedule, so what a customer paid you today and what has been settled to you today are different amounts. created for a merchant site over a selected period.
Authentication
- Bearer token
The token generated by the
Get API tokenoperation. The same token is used for every request until it expires.
Query parameters
fromDatestring requiredDesired start date to retrieve respective merchant site settlementsSettlement Ozow paying the money you have collected into your bank account. Payins arrive at Ozow first and are settled to you on a schedule, so what a customer paid you today and what has been settled to you today are different amounts.. Format: yyyy-mm-dd
toDatestring requiredDesired end date to retrieve respective merchant site settlementsSettlement Ozow paying the money you have collected into your bank account. Payins arrive at Ozow first and are settled to you on a schedule, so what a customer paid you today and what has been settled to you today are different amounts.. Format: yyyy-mm-dd
Responses
application/json
application/xml
There was an error processing your requestAPI key is missing or invalid.