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

Retrieves all refunds linked to a specific Ozow transaction.

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

  • transactionId string required

    Ozow's identifier for original payment transaction. This is passed back to the merchant in the payment redirectRedirect Sending the payer to the Ozow payment page to complete the payment, and returning them to your site afterwards. The alternative is embedding the checkout in your own page, where the payer never leaves it. and notification response’s TransactionId field.

Responses

200 OK

application/json

array of Refund

application/xml

array of Refund

Guides