Ozow Hub
On this page2 sections

Fields

  • 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

Used by