Assignment One Banc
Assignment One Banc
Problem Statement
As a user of UPI feature of One Banc Application, one must have the functionality of viewing the
transaction history of all transactions processed on the application as well as view the details of each
transaction by clicking on the tile of each such transaction
• Transaction History Screen – The transaction history screen lists all the transactions of a user
on UPI ecosystem done via OneBanc application. The list of transactions is populated like a chat
screen (bottom to top) with the most recent transaction appearing at the bottom. Transactions
should be grouped by the dates of transaction as displayed in the reference wireframe (Figure –
1) There could be the following transaction states and transaction types in the history screen –
Wireframe
Following is the wireframe for reference for implementation of the screen –
API Structure
Following is the API structure for executing the above functionality –
Transaction History
URL https://dev.onebanc.ai/assignment.asmx/
Endpoint GetTransactionHistory
Method GET
© OneBanc Technologies Pvt. Ltd
Confidential - Do not duplicate or distribute without permission
Request
Parameter Name Type IsMandatory Description Sample Value
userId Int M ID of the user 1
recipientId Int M ID of the recipient 2
Response