Mobile banking app

Number of APIs: 105

Mobile First Finance www.mobilefirstfinance.com is a digital banking technology that empowers an organisation with a flexible and customisable mobility suite, that will transform any inefficient paper-based front office workforce.

Benefits of Mobile First Finance

  • Build superior banking customer experience along with our fleet of in-house engineers.
  • Build your applications using our API stack

Contact

  1. Client web app-Client onboarding - To link a profile to workflow POST {{customerURL}}:5055/WorkflowService/workflowToProfiles?access_token={{custoken}}

  2. Client web app-Client onboarding - Get workflow templates based on profileID and workflowID GET {{customerURL}}:5055/WorkflowService/workflowByprofile/{{profileid}}/{{workflowid}}?access_token={{custoken}}

  3. Client web app-Client onboarding - View the workflow template details of profile GET {{customerURL}}:5055/WorkflowService/workflow/workflowTemplateDetails/{{workflowid}}/No?&numberOfRecords=10&pageNumber=0&access_token={{custoken}}

  4. Client web app-Client onboarding - To save the details in workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid0}}?access_token={{custoken}}

  5. Client web app-Client onboarding - To save the details in next workflow template PUT {{customerURL}}:5055/WorkflowService/workflowTemplateDetails/{{clientwebtemplatedetailsid1}}?access_token={{custoken}}

  6. Client web app-Accounts - View the contracts of a profile GET {{customerURL}}:5055/PortfolioService/Contracts?linkedProfileId={{linkedprofileid}}&access_token={{custoken}}

  7. Client web app-Accounts - To view the pending events of a specific contract GET {{customerURL}}:5055/PortfolioService/geteventsBycontractUUID?access_token={{custoken}}&contractUUID={{contractuuid}}

  8. Client web app-Accounts - To perform the transaction POST {{customerURL}}:5055/SolitxService/payment/link?access_token={{custoken}}

  9. Client web app-Cards - Apply for a card POST {{customerURL}}:5055/ThirdpartyService/applyCard?access_token={{custoken}}

  10. Client web app-Document storage - To view the contract documents for a specific profile POST {{customerURL}}:5055/ProfileService/productTemplate/{{profileid}}/contracts?access_token={{custoken}}