Ozow Hub
POSThttps://one.ozow.com/v1/transactions/{id}Production

Allows for API processing of transactions for certain institutions.

Authentication

  • OAuth 2.0
    scopespayments

Path parameters

  • id string required

    The unique identifier of the transaction.

    example497f6eca-6276-4993-bfeb-53cbbbba6f08

Header parameters

  • X-Correlation-ID string

    Optional correlation id for the request, if not supplied a new one will be generated and passed onto all underlying requests and returned as a header.

  • Idempotency-Key string

    The unique key idempotency keyIdempotency A request is idempotent when sending it twice has the same effect as sending it once. It matters most where a retry after a timeout could otherwise take a payment twice.IETF draft as per the following IETF Draft

Request body

  • paymentStep string required

    The payment step being processed.

  • callbackUrl string uri required

    The URI to callback once the step has been completed. The callback URI will receive a POST request with a InputResponse model indicating what step is required next.

  • inputFields array of InputFieldRequest required

    The input fields.

    Fields of InputFieldRequest
    • name string required

      The name of the input field.

    • value string required

      The value of the input field.

    Open InputFieldRequest on its own page

Responses

200 OK
  • X-Correlation-ID header

    The correlation id for the request that was processed.

  • Location header

    The unique URI for this resource.