public interface PaymentAuthorisationService
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<AuthorisationResponse> |
createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request) |
ResponseObject<Xs2aAuthorisationSubResources> |
getPaymentInitiationAuthorisations(String paymentId,
String paymentProduct,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) |
ResponseObject<de.adorsys.psd2.xs2a.core.sca.ScaStatus> |
getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
ResponseObject<AuthorisationResponse> createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request)
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
ResponseObject<Xs2aAuthorisationSubResources> getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)
ResponseObject<de.adorsys.psd2.xs2a.core.sca.ScaStatus> getPaymentInitiationAuthorisationScaStatus(String paymentId, String authorisationId, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType, String paymentProduct)
Copyright © 2020. All rights reserved.