Client mobile app-Accounts
Number of APIs: 5
-
To perform the transaction POST {{clientmobileappURL}}:5055/SolitxService/payment/link?access_token={{clientmobiletoken}}
-
To view the transaction history GET {{clientmobileappURL}}:5055/PortfolioService/transactionHistory?contractUUID={{mobilecontractuuid}}&access_token={{clientmobiletoken}}&repaymentType=Yes
-
To view the pending events of contract GET {{clientmobileappURL}}:5055/PortfolioService/geteventsBycontractUUID?access_token={{clientmobiletoken}}&contractUUID={{mobilecontractuuid}}
-
To view the contract terms GET {{clientmobileappURL}}:5055/PortfolioService/getcontractsBycontractUUID?contractUUID={{mobilecontractuuid}}&access_token={{clientmobiletoken}}&pageNumber=0&numberOfRecords=10
-
To view the contracts GET {{clientmobileappURL}}:5055/PortfolioService/Contracts?linkedProfileId={{mobileapplinkedprofileid}}&access_token={{clientmobiletoken}}