Package de.adorsys.psd2.xs2a.service
Class PaymentServiceForAuthorisation
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.PaymentServiceForAuthorisation
-
- Direct Known Subclasses:
PaymentCancellationServiceForAuthorisationImpl,PaymentServiceForAuthorisationImpl
public abstract class PaymentServiceForAuthorisation extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentServiceForAuthorisation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<Xs2aScaStatusResponse>getAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)Gets SCA status response of payment authorisation
-
-
-
Method Detail
-
getAuthorisationScaStatus
public ResponseObject<Xs2aScaStatusResponse> getAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)
Gets SCA status response of payment authorisation- Parameters:
paymentId- String representation of payment identifierauthorisationId- String representation of authorisation identifier- Returns:
- Response containing SCA status of the authorisation and optionally trusted beneficiaries flag or corresponding error
-
-