Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.72 KB

File metadata and controls

39 lines (25 loc) · 1.72 KB

Users Guide Frequently Asked Questions

Mojaloop Testing Toolkit

This section will list a number a frequently asked questions and the solutions provided.

Table of Contents

  1. User Guide

  2. Mojaloop Connection Manager require sign on

  3. Generic ID not found

1 Mojaloop Connection Manager require sign on

When opening Mojaloop Connection Manager in my browser, a Username and Password is required.

  • The default is to open to the available environment, TESTING-TOOLKIT as default. After the initial opening, and a time lapses, the Mojaloop Connection Manager UI will request you to sign on. Use the default Username => test and Password => test.

2 Generic ID not found

When I run the Outbound Request, I receive failures on the Callback response;

{
  "body": {
    "errorInformation": {
      "errorCode": "3200",
      "errorDescription": "Generic ID not found"
    }
  }
}
  • The reason for this is the Inbound User is no present on the Mojaloop Simulator. For the samples used in this document, you will need to create a new user for MSISDN = 9876543210. In the Mojaloop Simulator UI, select + Add User button on the Config Inbound navigation tab. Below screenshot is a sample based on the sample data used within this document. Click on the √ Submit button when done.

You are welcome to change any values as required. Important values to keep in mind, are the Id Type, Id Value and the DateOfBirth date format (CCYY-MM-DDD).

Create Inbound User on Simulator