Input supplied
You send the completed input
On this page3 sections
You send
application/jsonSent back once the payer has completed the fields.
paymentStep and each field name must match the text and the case of the message Ozow sent, exactly. A message whose values differ is not read.
Authentication
bearerTokenAuthorization header`Authorization: Bearer <access_token>`, using an access token from `POST /token` on the One API. Authentication or authorisation failure closes the connection with `403 Forbidden`.
Payload
paymentStepstring requiredThe name of the payment step being performed. Must match the
paymentStepOzow sent, exactly.Fields of
InputFieldRequestnamestring requiredThe name of the input field.
valuestring requiredThe value of the input field.
Examples
{
"paymentStep": "Login",
"inputFields": [
{
"name": "MobileNumber",
"value": "0821234567"
}
]
}