PaymentRequestResult
Response to creating a payment request.
Fields
paymentRequestIdstring uuid requiredOzow's unique identifier for the payment request.
max length50urlstring uri requiredGenerated URL that allows payment for the request used to create the payment. You will need 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. the payer to this URL, who upon completion of the payment will be redirected back to your site.
The payment Url you'll receive from the API is dynamic. Please do not hard code it into your integrations as it might change.
max length100errorMessagestringError message generated when validating the request.
max length50