Ozow Hub
GEThttps://one.ozow.com/v1/payments/{id}Production

Retrieves the details of a payment request.

Authentication

  • OAuth 2.0
    scopespayments

Path parameters

  • id string required

    The unique identifier of the payment.

    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.

Responses

200 OK
  • X-Correlation-ID header

    The correlation id for the request that was processed.

  • links PaymentLinks required

    The relevant links to the this payment.

    Fields of PaymentLinks
    • self string uri

      The unique URI for this resource.

    • cancel string uri

      The cancel URI for this payment. This is a POST operation.

    • transactions string uri

      The transactions associated with this payment request.

    Open PaymentLinks on its own page
  • id string uuid required

    The identifier for the payment request.

  • status PaymentStatus required

    The status of the payment.

    values"Created""Expired"
  • reason string

    The payment status reason.

  • redirectUrl string uri

    The url to 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. a consumer to. A redirect url will be provided should a payment require further client interaction.