Interface ObaCancellationApi


  • public interface ObaCancellationApi
    • Method Detail

      • initCancellation

        @PostMapping
        org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO> initCancellation​(@RequestParam
                                                                                                                                    String paymentId)
      • selectSca

        @PostMapping("/sca")
        org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.SCAPaymentResponseTO> selectSca​(@RequestParam
                                                                                                                             String paymentId,
                                                                                                                             @RequestParam
                                                                                                                             String cancellationId,
                                                                                                                             @RequestParam
                                                                                                                             String scaMethodId)
      • validateTAN

        @PutMapping("/confirmation")
        org.springframework.http.ResponseEntity<Void> validateTAN​(@RequestParam
                                                                  String paymentId,
                                                                  @RequestParam
                                                                  String cancellationId,
                                                                  @RequestParam
                                                                  String authCode)