Skip to content

Testing Against Core Dependencies

This documents provides a guide to test against the following services:

  1. Receive Money
  2. Send Money
  3. Checkout
  4. Commission service - verify bank endpoint
  5. KYC API
  6. Card not present API
  7. Ghana.GOV APIs
  8. SMS API
  9. Accounting API
  10. Hubtel BO APIs to transfer money between POS and Prepaid

Download scripts

The test scripts can be downloaded here

Download zip

Installation

Use the package manager pip to install flask.

bash
pip install flask

Usage

bash
python [test-script].py -p 4466     

# run mock receive money
python receivemoney.py -p 4466    

# run mock send money
python sendmoney.py -p 4466  

...

Was this page helpful?

Happy React is loading...