Class PisCancellationController
- java.lang.Object
-
- de.adorsys.ledgers.oba.rest.server.resource.PisCancellationController
-
- All Implemented Interfaces:
PisCancellationApi
@RestController @RequestMapping("/pis-cancellation") public class PisCancellationController extends Object implements PisCancellationApi
-
-
Field Summary
-
Fields inherited from interface de.adorsys.ledgers.oba.rest.api.resource.PisCancellationApi
BASE_PATH
-
-
Constructor Summary
Constructors Constructor Description PisCancellationController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>authorisePayment(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, String authCode)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>pisDone(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, boolean isOauth2Integrated, String authConfirmationCode)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)
-
-
-
Method Detail
-
login
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)
- Specified by:
loginin interfacePisCancellationApi
-
selectMethod
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)
- Specified by:
selectMethodin interfacePisCancellationApi
-
authorisePayment
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> authorisePayment(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, String authCode)
- Specified by:
authorisePaymentin interfacePisCancellationApi
-
pisDone
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> pisDone(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, boolean isOauth2Integrated, String authConfirmationCode)
- Specified by:
pisDonein interfacePisCancellationApi
-
-