| Constructor and Description |
|---|
PISController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
authrizedPayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
failPaymentAuthorisation(String encryptedPaymentId,
String authorisationId,
String cookieString) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
initiatePayment(String encryptedPaymentId,
String authorisationId,
String consentAndaccessTokenCookieString) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
login(String encryptedPaymentId,
String authorisationId,
String login,
String pin,
String consentCookieString) |
org.springframework.http.ResponseEntity<AuthorizeResponse> |
pisAuth(String redirectId,
String encryptedPaymentId,
String token) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
pisDone(String encryptedPaymentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp,
boolean isOauth2Integrated) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
selectMethod(String encryptedPaymentId,
String authorisationId,
String scaMethodId,
String consentAndaccessTokenCookieString) |
public org.springframework.http.ResponseEntity<AuthorizeResponse> pisAuth(String redirectId, String encryptedPaymentId, String token)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> initiatePayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString)
initiatePayment in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndaccessTokenCookieString)
selectMethod in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> authrizedPayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString, String authCode)
authrizedPayment in interface PISApipublic org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> failPaymentAuthorisation(String encryptedPaymentId, String authorisationId, String cookieString)
failPaymentAuthorisation in interface PISApiCopyright © 2020. All rights reserved.