Ozow Hub
GEThttps://api.ozow.com/secure/refunds/getrefundsProduction
Build 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.

  • Migrate refunds from the Payments API to One APIEverything needed to move an existing refunds integration onto One API, with the legacy guide and its One API counterpart side by side.
    View package

List refunds by date and status.

Authentication

  • Bearer token

    The token generated by the Get API token operation. The same token is used for every request until it expires.

Query parameters

  • refundDate string required

    The date of the refunds you would like to be returned.

  • status string required

    The status of the refunds you would like to be returned.

Responses

200 OK

application/json

array of Refund

application/xml

array of Refund

Guides