Skip to content

A local sandbox which simulates PISP, DFSP and mojaloop services using mojaloop-testing-toolkit

Notifications You must be signed in to change notification settings

vijayg10/pisp-ttk-sandbox

Repository files navigation

PISP TTK Sandbox

Introduction

Diagram

Quick Start

  1. Clone the repository
git clone https://github.com/vijayg10/pisp-ttk-sandbox.git
cd pisp-ttk-sandbox
  1. Run simulators
docker-compose up
  1. Open TTK Sender UI on http://localhost:16060
  2. Goto Test Runner and open Collection Managaer
  3. Click on Import File and load the TTK test case thirdparty.json from the folder test-cases
  4. Select the imported file in the collection manager
  5. Click on the button Run
  6. Observe the requests and responses in each test case

Sending Third-party http requests from your solution

  1. Run the docker-compose as per the previous section.
  2. Send the http requests from your implementation to localhost:4040.
  3. Observe the inbound requests and simulated responses in TTK receiver monitoring page http://localhost:6060/monitoring

Explore the Third-party API

  1. Open the web page http://localhost:6060/
  2. Goto API Management
  3. Select thirdparty_sdk_outbound and click on API Documentation button

About

A local sandbox which simulates PISP, DFSP and mojaloop services using mojaloop-testing-toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages