@Service public class PaymentCancellationAuthorisationServiceImpl extends Object implements PaymentCancellationAuthorisationService
| Constructor and Description |
|---|
PaymentCancellationAuthorisationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancellationAuthorisationResponse> |
createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest request)
Creates authorisation for payment cancellation request if given psu data is valid
|
ResponseObject<ScaStatus> |
getPaymentCancellationAuthorisationScaStatus(String paymentId,
String authorisationId,
PaymentType paymentType,
String paymentProduct)
Gets SCA status of payment cancellation authorisation
|
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
getPaymentInitiationCancellationAuthorisationInformation(String paymentId,
PaymentType paymentType,
String paymentProduct)
Gets list of cancellation identifiers
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
Update psu data for payment cancellation request if psu data and password are valid
|
public PaymentCancellationAuthorisationServiceImpl()
public ResponseObject<CancellationAuthorisationResponse> createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest request)
createPisCancellationAuthorisation in interface PaymentCancellationAuthorisationServicerequest - parameters for creating new authorisationpublic ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
updatePisCancellationPsuData in interface PaymentCancellationAuthorisationServicerequest - update psu data request, which contains paymentId, authorisationId, psuData, password, authenticationMethodId, scaStatus, paymentService and scaAuthenticationDatapublic ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> getPaymentInitiationCancellationAuthorisationInformation(String paymentId, PaymentType paymentType, String paymentProduct)
getPaymentInitiationCancellationAuthorisationInformation in interface PaymentCancellationAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationpublic ResponseObject<ScaStatus> getPaymentCancellationAuthorisationScaStatus(String paymentId, String authorisationId, PaymentType paymentType, String paymentProduct)
getPaymentCancellationAuthorisationScaStatus in interface PaymentCancellationAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationauthorisationId - cancellation authorisation identifierCopyright © 2019. All rights reserved.