Package de.adorsys.psd2.xs2a.service
Interface PaymentCancellationAuthorisationService
-
- All Known Implementing Classes:
PaymentCancellationAuthorisationServiceImpl
public interface PaymentCancellationAuthorisationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseObject<CancellationAuthorisationResponse>createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest xs2aCreatePisAuthorisationRequest)ResponseObject<de.adorsys.psd2.xs2a.core.sca.ScaStatus>getPaymentCancellationAuthorisationScaStatus(String paymentId, String cancellationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource>getPaymentInitiationCancellationAuthorisationInformation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse>updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
-
-
-
Method Detail
-
createPisCancellationAuthorisation
ResponseObject<CancellationAuthorisationResponse> createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest xs2aCreatePisAuthorisationRequest)
-
updatePisCancellationPsuData
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
-
getPaymentInitiationCancellationAuthorisationInformation
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> getPaymentInitiationCancellationAuthorisationInformation(String paymentId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)
-
getPaymentCancellationAuthorisationScaStatus
ResponseObject<de.adorsys.psd2.xs2a.core.sca.ScaStatus> getPaymentCancellationAuthorisationScaStatus(String paymentId, String cancellationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)
-
-