Interface PisPsuDataApi


  • @RequestMapping(path="api/v1/pis")
    public interface PisPsuDataApi
    • Method Detail

      • getPsuDataByPaymentId

        @GetMapping(path="/payment/{payment-id}/psu-data")
        org.springframework.http.ResponseEntity<List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>> getPsuDataByPaymentId​(@PathVariable("payment-id")
                                                                                                                     String paymentId)