@Service public class PaymentAuthorisationServiceImpl extends Object implements PaymentAuthorisationService
| Constructor and Description |
|---|
PaymentAuthorisationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<AuthorisationResponse> |
createPisAuthorisation(Xs2aCreatePisAuthorisationRequest createRequest)
Creates pis authorisation for payment.
|
ResponseObject<Xs2aAuthorisationSubResources> |
getPaymentInitiationAuthorisations(String paymentId,
String paymentProduct,
PaymentType paymentType)
Gets authorisations for current payment
|
ResponseObject<ScaStatus> |
getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId,
PaymentType paymentType,
String paymentProduct)
Gets SCA status of payment initiation authorisation
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
Update psu data for payment request if psu data and password are valid
|
public ResponseObject<AuthorisationResponse> createPisAuthorisation(Xs2aCreatePisAuthorisationRequest createRequest)
createPisAuthorisation in interface PaymentAuthorisationServicecreateRequest - data container to create pis authorisationpublic ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
updatePisCommonPaymentPsuData in interface PaymentAuthorisationServicerequest - update psu data request, which contains paymentId, authorisationId, psuData, password, authenticationMethodId, scaStatus, paymentService and scaAuthenticationDatapublic ResponseObject<Xs2aAuthorisationSubResources> getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, PaymentType paymentType)
getPaymentInitiationAuthorisations in interface PaymentAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationpublic ResponseObject<ScaStatus> getPaymentInitiationAuthorisationScaStatus(String paymentId, String authorisationId, PaymentType paymentType, String paymentProduct)
getPaymentInitiationAuthorisationScaStatus in interface PaymentAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationauthorisationId - authorisation identifierCopyright © 2020. All rights reserved.