#Written in Python Flask
#localhost:5000/
#TEST QUESTION 1: /verify
#TEST QUESTION 2: /payment
#All Data used are as found on flutterwave APIs documentation (https://developer.flutterwave.com/reference)
Question One:
Data used:
last name = Rhoades, phone number = 08012345678
Question Two:
Part One:
To ensure the company's funds do not get mixed up with that of independent riders on the platform, the SPLIT option (multiple merchants) of RAVE's Card Payment API is used. That way the driver's account details can be provided along with the company's default account as "subaccounts" when the API is called.
#To launch, run app.py