@RestController public class PaymentController extends Object implements PaymentApi
log| Constructor and Description |
|---|
PaymentController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
cancelPayment(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentCancellationScaStatus(String paymentService,
String paymentProduct,
String paymentId,
String cancellationId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInformation(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationAuthorisation(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationCancellationAuthorisationInformation(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationScaStatus(String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
getPaymentInitiationStatus(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
initiatePayment(@Valid Object body,
UUID xRequestID,
String psUIPAddress,
String paymentService,
String paymentProduct,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String consentID,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
Boolean tpPExplicitAuthorisationPreferred,
String tpPRejectionNoFundsPreferred,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201> |
initiatePayment(String body,
UUID xRequestID,
String psUIPAddress,
String paymentService,
String paymentProduct,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String consentID,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
Boolean tpPExplicitAuthorisationPreferred,
String tpPRejectionNoFundsPreferred,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201> |
initiatePayment(UUID xRequestID,
String psUIPAddress,
String paymentService,
String paymentProduct,
Object xmlSct,
PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String consentID,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
Boolean tpPExplicitAuthorisationPreferred,
String tpPRejectionNoFundsPreferred,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
startPaymentAuthorisation(UUID xRequestID,
String paymentService,
String paymentProduct,
String paymentId,
Object body,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
startPaymentInitiationCancellationAuthorisation(String paymentService,
String paymentProduct,
String paymentId,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
updatePaymentCancellationPsuData(UUID xRequestID,
String paymentService,
String paymentProduct,
String paymentId,
String cancellationId,
Object body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
org.springframework.http.ResponseEntity |
updatePaymentPsuData(UUID xRequestID,
String paymentService,
String paymentProduct,
String paymentId,
String authorisationId,
Object body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_cancelPayment, _getPaymentCancellationScaStatus, _getPaymentInformation, _getPaymentInitiationAuthorisation, _getPaymentInitiationCancellationAuthorisationInformation, _getPaymentInitiationScaStatus, _getPaymentInitiationStatus, _initiatePayment, _initiatePayment, _initiatePayment, _startPaymentAuthorisation, _startPaymentInitiationCancellationAuthorisation, _updatePaymentCancellationPsuData, _updatePaymentPsuData, getAcceptHeader, getObjectMapper, getRequestpublic org.springframework.http.ResponseEntity getPaymentInitiationStatus(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationStatus in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInformation(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInformation in interface PaymentApipublic org.springframework.http.ResponseEntity initiatePayment(@Valid
@Valid Object body,
UUID xRequestID,
String psUIPAddress,
String paymentService,
String paymentProduct,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String consentID,
Boolean tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
Boolean tpPExplicitAuthorisationPreferred,
String tpPRejectionNoFundsPreferred,
String tpPNotificationURI,
String tpPNotificationContentPreferred,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201> initiatePayment(UUID xRequestID, String psUIPAddress, String paymentService, String paymentProduct, Object xmlSct, PeriodicPaymentInitiationXmlPart2StandingorderTypeJson jsonStandingorderType, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String consentID, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String tpPRejectionNoFundsPreferred, String tpPNotificationURI, String tpPNotificationContentPreferred, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity<PaymentInitationRequestResponse201> initiatePayment(String body, UUID xRequestID, String psUIPAddress, String paymentService, String paymentProduct, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String consentID, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String tpPRejectionNoFundsPreferred, String tpPNotificationURI, String tpPNotificationContentPreferred, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
initiatePayment in interface PaymentApipublic org.springframework.http.ResponseEntity cancelPayment(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
cancelPayment in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentCancellationScaStatus(String paymentService, String paymentProduct, String paymentId, String cancellationId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentCancellationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationAuthorisation(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationCancellationAuthorisationInformation(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationCancellationAuthorisationInformation in interface PaymentApipublic org.springframework.http.ResponseEntity getPaymentInitiationScaStatus(String paymentService, String paymentProduct, String paymentId, String authorisationId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
getPaymentInitiationScaStatus in interface PaymentApipublic org.springframework.http.ResponseEntity startPaymentAuthorisation(UUID xRequestID, String paymentService, String paymentProduct, String paymentId, Object body, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPNotificationURI, String tpPNotificationContentPreferred, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
startPaymentAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity startPaymentInitiationCancellationAuthorisation(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, Boolean tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPNotificationURI, String tpPNotificationContentPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
startPaymentInitiationCancellationAuthorisation in interface PaymentApipublic org.springframework.http.ResponseEntity updatePaymentCancellationPsuData(UUID xRequestID, String paymentService, String paymentProduct, String paymentId, String cancellationId, Object body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
updatePaymentCancellationPsuData in interface PaymentApipublic org.springframework.http.ResponseEntity updatePaymentPsuData(UUID xRequestID, String paymentService, String paymentProduct, String paymentId, String authorisationId, Object body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
updatePaymentPsuData in interface PaymentApiCopyright © 2019. All rights reserved.