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 CashOut transaction . Cash Out transaction involve customer receiving cash in exchange for e-cash or momo into a momo agent wallet specified by approving CashOut request from the agent. Features: Description: Create API an end point for adding CashOut 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
TASKs
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 calling momo API for online transaction
Save valid details of the Cash Out 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 CashOut transaction . Cash Out transaction involve customer receiving cash in exchange for e-cash or momo into a momo agent wallet specified by approving CashOut request from the agent.
Features:
Description: Create API an end point for adding CashOut 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
TASKs
The text was updated successfully, but these errors were encountered: