Transaction complete
Ozow reports the transaction complete
On this page3 sections
Ozow sends
application/jsonSent once all the payer input has been processed. It carries the final status.
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
transactionIdstring uuid requiredThe transaction id of the completed transaction.
The transaction's status.
Errorcovers every unsuccessful outcome, andreasoncarries the detail.values"Incomplete""Successful""Error""Pending""Refunded"
Examples
{
"transactionId": "5ecaafc2-354f-47d9-822d-d0bd8b77eab3",
"status": "Successful"
}