ResponseObject<CancelPaymentResponse> |
PaymentService.cancelPayment(de.adorsys.psd2.consent.api.pis.proto.PisPaymentCancellationRequest paymentCancellationRequest) |
Cancels payment by its ASPSP identifier and payment type
|
ResponseObject<CreateConsentResponse> |
ConsentService.createAccountConsentsWithResponse(CreateConsentReq request,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
boolean explicitPreferred) |
Performs create consent operation either by filling the appropriate AccountAccess fields with corresponding
account details or by getting account details from ASPSP by psuId and filling the appropriate fields in
AccountAccess determined by availableAccounts or allPsd2 variables
|
ResponseObject<AuthorisationResponse> |
ConsentAuthorisationService.createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String consentId,
String password) |
|
ResponseObject<AuthorisationResponse> |
ConsentService.createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String consentId,
String password) |
Creates new authorisation for given consent and updates it if PSU Data or password are present in the request
|
ResponseObject<PaymentInitiationResponse> |
PaymentService.createPayment(byte[] payment,
PaymentInitiationParameters paymentInitiationParameters) |
Initiates a payment though "payment service" corresponding service method
|
ResponseObject<AuthorisationResponse> |
PiisConsentAuthorisationService.createPiisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String consentId,
String password) |
|
ResponseObject<AuthorisationResponse> |
PiisConsentService.createPiisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
String consentId,
String password) |
|
ResponseObject<Xs2aConfirmationOfFundsResponse> |
PiisConsentService.createPiisConsentWithResponse(CreatePiisConsentRequest request,
de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData,
boolean explicitPreferred) |
|
ResponseObject<AuthorisationResponse> |
PaymentAuthorisationService.createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request) |
|
ResponseObject<AuthorisationResponse> |
PaymentAuthorisationServiceImpl.createPisAuthorisation(Xs2aCreatePisAuthorisationRequest createRequest) |
Creates pis authorisation for payment.
|
ResponseObject<CancellationAuthorisationResponse> |
PaymentCancellationAuthorisationService.createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest xs2aCreatePisAuthorisationRequest) |
|
ResponseObject<CancellationAuthorisationResponse> |
PaymentCancellationAuthorisationServiceImpl.createPisCancellationAuthorisation(Xs2aCreatePisAuthorisationRequest request) |
Creates authorisation for payment cancellation request if given psu data is valid
|
ResponseObject<Void> |
ConsentService.deleteAccountConsentsById(String consentId) |
Terminates account consent on PSU request
|
ResponseObject<Void> |
PiisConsentService.deleteAccountConsentsById(String consentId) |
|
ResponseObject<FundsConfirmationResponse> |
FundsConfirmationService.fundsConfirmation(FundsConfirmationRequest request) |
Checks if the account balance is sufficient for requested operation
|
ResponseObject<de.adorsys.psd2.core.data.ais.AisConsent> |
ConsentService.getAccountConsentById(String consentId) |
Returns account consent by its id
|
ResponseObject<ConsentStatusResponse> |
ConsentService.getAccountConsentsStatusById(String consentId) |
Returns status of requested consent
|
ResponseObject<Xs2aScaStatusResponse> |
PaymentServiceForAuthorisation.getAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
Gets SCA status response of payment authorisation
|
ResponseObject<ConsentScaStatus> |
ConsentAuthorisationService.getConsentAuthorisationScaStatus(String consentId,
String authorisationId) |
|
ResponseObject<Xs2aScaStatusResponse> |
ConsentService.getConsentAuthorisationScaStatus(String consentId,
String authorisationId) |
Gets SCA status response of consent authorisation
|
ResponseObject<ConfirmationOfFundsConsentScaStatus> |
PiisConsentAuthorisationService.getConsentAuthorisationScaStatus(String consentId,
String authorisationId) |
|
ResponseObject<Xs2aScaStatusResponse> |
PiisConsentService.getConsentAuthorisationScaStatus(String consentId,
String authorisationId) |
|
ResponseObject<Xs2aAuthorisationSubResources> |
ConsentAuthorisationService.getConsentInitiationAuthorisations(String consentId) |
|
ResponseObject<Xs2aAuthorisationSubResources> |
ConsentService.getConsentInitiationAuthorisations(String consentId) |
|
ResponseObject<Xs2aAuthorisationSubResources> |
PiisConsentAuthorisationService.getConsentInitiationAuthorisations(String consentId) |
|
ResponseObject<Xs2aAuthorisationSubResources> |
PiisConsentService.getConsentInitiationAuthorisations(String consentId) |
|
ResponseObject<CommonPayment> |
PaymentService.getPaymentById(de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct,
String encryptedPaymentId) |
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
ResponseObject<PaymentScaStatus> |
PaymentCancellationAuthorisationService.getPaymentCancellationAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
|
ResponseObject<PaymentScaStatus> |
PaymentCancellationAuthorisationServiceImpl.getPaymentCancellationAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
Gets SCA status response of payment cancellation authorisation
|
ResponseObject<Xs2aAuthorisationSubResources> |
PaymentAuthorisationService.getPaymentInitiationAuthorisations(String paymentId,
String paymentProduct,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) |
|
ResponseObject<Xs2aAuthorisationSubResources> |
PaymentAuthorisationServiceImpl.getPaymentInitiationAuthorisations(String paymentId,
String paymentProduct,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType) |
Gets authorisations for current payment
|
ResponseObject<PaymentScaStatus> |
PaymentAuthorisationService.getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
|
ResponseObject<PaymentScaStatus> |
PaymentAuthorisationServiceImpl.getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
Gets SCA status response of payment initiation authorisation
|
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
PaymentCancellationAuthorisationService.getPaymentInitiationCancellationAuthorisationInformation(String paymentId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
|
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
PaymentCancellationAuthorisationServiceImpl.getPaymentInitiationCancellationAuthorisationInformation(String paymentId,
de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct) |
Gets list of cancellation identifiers
|
ResponseObject<GetPaymentStatusResponse> |
PaymentService.getPaymentStatusById(de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType,
String paymentProduct,
String encryptedPaymentId) |
Retrieves payment status from ASPSP
|
ResponseObject<de.adorsys.psd2.core.data.piis.v1.PiisConsent> |
PiisConsentService.getPiisConsentById(String consentId) |
|
ResponseObject<ConsentStatusResponse> |
PiisConsentService.getPiisConsentStatusById(String consentId) |
|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentAuthorisationService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
|
ResponseObject<UpdateConsentPsuDataResponse> |
PiisConsentAuthorisationService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
|
ResponseObject<UpdateConsentPsuDataResponse> |
PiisConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentCancellationAuthorisationService.updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentCancellationAuthorisationServiceImpl.updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
Update psu data for payment cancellation request if psu data and password are valid
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentAuthorisationService.updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentAuthorisationServiceImpl.updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
Update psu data for payment request if psu data and password are valid
|