Client mobile app-Accounts

Number of APIs: 5

  1. To perform the transaction POST {{clientmobileappURL}}:5055/SolitxService/payment/link?access_token={{clientmobiletoken}}

  2. To view the transaction history GET {{clientmobileappURL}}:5055/PortfolioService/transactionHistory?contractUUID={{mobilecontractuuid}}&access_token={{clientmobiletoken}}&repaymentType=Yes

  3. To view the pending events of contract GET {{clientmobileappURL}}:5055/PortfolioService/geteventsBycontractUUID?access_token={{clientmobiletoken}}&contractUUID={{mobilecontractuuid}}

  4. To view the contract terms GET {{clientmobileappURL}}:5055/PortfolioService/getcontractsBycontractUUID?contractUUID={{mobilecontractuuid}}&access_token={{clientmobiletoken}}&pageNumber=0&numberOfRecords=10

  5. To view the contracts GET {{clientmobileappURL}}:5055/PortfolioService/Contracts?linkedProfileId={{mobileapplinkedprofileid}}&access_token={{clientmobiletoken}}