Package de.adorsys.psd2.xs2a.service
Interface PaymentAuthorisationService
-
- All Known Implementing Classes:
PaymentAuthorisationServiceImpl
public interface PaymentAuthorisationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseObject<AuthorisationResponse>createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request)ResponseObject<Xs2aAuthorisationSubResources>getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)ResponseObject<PaymentScaStatus>getPaymentInitiationAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse>updatePisCommonPaymentPsuData(PaymentAuthorisationParameters request)
-
-
-
Method Detail
-
createPisAuthorisation
ResponseObject<AuthorisationResponse> createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request)
-
updatePisCommonPaymentPsuData
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> updatePisCommonPaymentPsuData(PaymentAuthorisationParameters request)
-
getPaymentInitiationAuthorisations
ResponseObject<Xs2aAuthorisationSubResources> getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)
-
getPaymentInitiationAuthorisationScaStatus
ResponseObject<PaymentScaStatus> getPaymentInitiationAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)
-
-