You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the feature for adding CashIn transaction . Cash In transaction involve customer giving cash in exchange for e-cash or momo into a momo wallet specified by the customer. Features: Description: Create API end point for adding CashIn transaction and saving into the database Parameters: Wallet Number, Customer ID?, Amount, Currency, CustomerIDType?, SenderPhoneNo Success: Return Created Http Status code 201 Failure: Return server error or bad request http status code or not found Assumption:
Validate CustomerID
TASK
Create a controller class for the end point
Create a business class for the logic to process the request and prepare for saving into the database and validate appropriately
Create infrastructure code for callin momo API for online transaction
Save valid details of the Cash In transaction in the database .
Print receipt for the deposit.
Optional SMS/Email confirmation notification.
The text was updated successfully, but these errors were encountered:
This is the feature for adding CashIn transaction . Cash In transaction involve customer giving cash in exchange for e-cash or momo into a momo wallet specified by the customer.
Features:
Description: Create API end point for adding CashIn transaction and saving into the database
Parameters: Wallet Number, Customer ID?, Amount, Currency, CustomerIDType?, SenderPhoneNo
Success: Return Created Http Status code 201
Failure: Return server error or bad request http status code or not found
Assumption:
Validate CustomerID
TASK
The text was updated successfully, but these errors were encountered: