GithubHelp home page GithubHelp logo

mockasaservice's Introduction

Mock-as-a-Service

  • docker build -t mockasaservice .
  • docker run -it --rm -p 8080:8080 mockasaservice

Upto

modify get-entity request & response to return fail or success verification

POST https://backend.demo.frankiefinancial.io/data/v1/applicants/bab3060b-229e-e1db-1bf8-24225296ea47/checks 201 Request { "deviceCheckDetails": {} } Response {"entityId":"bab3060b-229e-e1db-1bf8-24225296ea47","detailLevel":"full","creditHeaderIssueMessage":"

The submitted customer details didn’t match the records held on file by one or all of the credit reporting agencies we checked (Equifax, and/or Experian). Don’t worry, this process didn’t leave any mark on their credit history.

As per the AML/CTF Act, you are required to notify the customer that their information didn’t match the details held on file by Experian and/or Equifax. Please follow the notification procedure as per your company’s policy guidelines.

","serviceDisplayableError":false}

Note above: depending on id to checks call, we should return fail or success verification to callbakc

Call webhook { checkId?: string; entityId: string; function: string; functionResult: EnumFunctionStatus; notificationType: string; requestIentityCustomerReferenced: string; message?: string; entityCustomerReference?: string; requestId: string; } EnumFunctionStatus = COMPLETED = 'COMPLETED', FAILED = 'FAILED', INCOMPLETE = 'INCOMPLETE'

GET /entity/${entityId}/checks get response from frankieone api docs

GET /entity/${entityId}` get response from frankieone api docs

mockasaservice's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.