Ozow Hub
On this page2 sections

Fields

  • Fields of TransactionLinks
    • self string uri required

      The unique URI for this resource.

    • refund string uri

      The refund operation for this transaction. This is a POST operation.

    Open TransactionLinks on its own page
  • id string uuid required

    The transaction id of the payment.

  • amount Amount

    The amount that was requested.

    Fields of Amount
    • currency string required

      The ISO 4217ISO 4217 The three-letter currency codes, such as ZAR for the South African rand. Always uppercase.Wikipedia current code.

      min length3max length3
    • value number float required

      The amount in the currency specified.

      min0.01
    Open Amount on its own page
  • merchantReference string required

    The merchant's reference for the transaction.

    max length50
  • siteCode string required

    The merchant 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. in use for this payment.

    max length50
  • institution string required

    The institution for the transaction.

  • status TransactionStatus required

    The status of the transaction.

    values"Incomplete""Successful""Error""Pending""Refunded"
  • reason string

    Payment status reason.

  • createdDate string date-time required

    The date the transaction was created.

  • completedDate string date-time

    The date the transaction was completed.

Used by