Overview

000000 - Success: This indicates that the transaction was successfully completed and no further action is required. Below is an illustration of a callback response with the successful status.

  {
   "client_id": "XXxxXX",
    "salt": "Salt value",
    "sender": "Integration Name",
    "timestamp": 123,
    "signature": "XXxxXX"
    "params": {
            "amount": 10,
            "depositId": "Axxxxxxxxxx1",
            "email": "hello@niobi.co",
            "mobile": "2547xxxxxxxx",
            "name": "Username",
            "status": "success",
            "status_code": "000000",
            "third_party_reference_1": null,
            "third_party_reference_2": null
        }   
  }

Next Steps

No action is required from your side. You can view the transaction details on the dashboard or retrieve the transaction details using the transaction status api.

Viewing Transaction Details

To view the transaction details on the dashboard, login to the payment portal. Navigate to My Accounts page and sleect the currency wallet for the transaction.

You should be able to view the transaction in the list, click on the view details tab for more information of the time, payee, transaction references, callback delivery status and time.

To Use the transaction status api, please refer to this page.