Client web app-Accounts

Number of APIs: 4

  1. View the contracts of a profile GET {{customerURL}}:5055/PortfolioService/Contracts?linkedProfileId={{linkedprofileid}}&access_token={{custoken}}

  2. To view the pending events of a specific contract GET {{customerURL}}:5055/PortfolioService/geteventsBycontractUUID?access_token={{custoken}}&contractUUID={{contractuuid}}

  3. To perform the transaction POST {{customerURL}}:5055/SolitxService/payment/link?access_token={{custoken}}

  4. To view the transaction history of a specific contract GET {{customerURL}}:5055/PortfolioService/transactionHistory?contractUUID={{contractuuid}}&access_token={{custoken}}&repaymentType=Yes