public class RedirectPisScaAuthorisationService extends Object implements PisScaAuthorisationService
| Constructor and Description |
|---|
RedirectPisScaAuthorisationService() |
public Optional<Xs2aCreatePisAuthorisationResponse> createCommonPaymentAuthorisation(String paymentId, PaymentType paymentType, PsuIdData psuData)
createCommonPaymentAuthorisation in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of a paymentpaymentType - Type of paymentpsuData - PsuIdData container of authorisation data about PSUpublic Xs2aUpdatePisCommonPaymentPsuDataResponse updateCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
updateCommonPaymentPsuData in interface PisScaAuthorisationServicerequest - Provides transporting data when updating consent psu datapublic Optional<Xs2aCreatePisCancellationAuthorisationResponse> createCommonPaymentCancellationAuthorisation(String paymentId, PaymentType paymentType, PsuIdData psuData)
createCommonPaymentCancellationAuthorisation in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of a paymentpaymentType - Type of paymentpsuData - PsuIdData container of authorisation data about PSUpublic Optional<Xs2aPaymentCancellationAuthorisationSubResource> getCancellationAuthorisationSubResources(String paymentId)
getCancellationAuthorisationSubResources in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of a paymentpublic Xs2aUpdatePisCommonPaymentPsuDataResponse updateCommonPaymentCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
updateCommonPaymentCancellationPsuData in interface PisScaAuthorisationServicerequest - Provides transporting data when updating consent psu datapublic Optional<Xs2aAuthorisationSubResources> getAuthorisationSubResources(String paymentId)
getAuthorisationSubResources in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of a paymentpublic Optional<ScaStatus> getAuthorisationScaStatus(String paymentId, String authorisationId)
getAuthorisationScaStatus in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationauthorisationId - authorisation identifierpublic Optional<ScaStatus> getCancellationAuthorisationScaStatus(String paymentId, String cancellationId)
getCancellationAuthorisationScaStatus in interface PisScaAuthorisationServicepaymentId - ASPSP identifier of the payment, associated with the authorisationcancellationId - cancellation authorisation identifierCopyright © 2019. All rights reserved.