Interface TppApi


  • @RequestMapping(path="api/v1/tpp")
    public interface TppApi
    • Method Detail

      • updateTppInfo

        @PutMapping
        org.springframework.http.ResponseEntity<Boolean> updateTppInfo​(@RequestBody
                                                                       de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)
      • checkIfTppBlocked

        @GetMapping(path="/stop-list")
        org.springframework.http.ResponseEntity<Boolean> checkIfTppBlocked​(@RequestHeader("tpp-authorisation-number")
                                                                           String tppAuthorisationNumber)