| Modifier and Type | Method and Description |
|---|---|
ResponseObject<T> |
ResponseObject.ResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
PaymentService.cancelPayment(PaymentType paymentType,
String paymentProduct,
String encryptedPaymentId)
Cancels payment by its ASPSP identifier and payment type
|
ResponseObject<CreateConsentResponse> |
ConsentService.createAccountConsentsWithResponse(CreateConsentReq request,
PsuIdData psuData,
boolean explicitPreferred,
TppRedirectUri tppRedirectUri)
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<CreateConsentAuthorizationResponse> |
ConsentService.createConsentAuthorizationWithResponse(PsuIdData psuData,
String consentId) |
ResponseObject |
PaymentService.createPayment(Object payment,
PaymentInitiationParameters paymentInitiationParameters)
Initiates a payment though "payment service" corresponding service method
|
ResponseObject<Xs2aCreatePisAuthorisationResponse> |
PaymentAuthorisationServiceImpl.createPisAuthorization(String paymentId,
PaymentType paymentType,
String paymentProduct,
PsuIdData psuData)
Creates authorisation for payment request if given psu data is valid
|
ResponseObject<Xs2aCreatePisAuthorisationResponse> |
PaymentAuthorisationService.createPisAuthorization(String paymentId,
PaymentType paymentType,
String paymentProduct,
PsuIdData psuData) |
ResponseObject<Xs2aCreatePisCancellationAuthorisationResponse> |
PaymentCancellationAuthorisationServiceImpl.createPisCancellationAuthorization(String paymentId,
PsuIdData psuData,
PaymentType paymentType,
String paymentProduct)
Creates authorisation for payment cancellation request if given psu data is valid
|
ResponseObject<Xs2aCreatePisCancellationAuthorisationResponse> |
PaymentCancellationAuthorisationService.createPisCancellationAuthorization(String paymentId,
PsuIdData psuData,
PaymentType paymentType,
String paymentProduct) |
ResponseObject<Void> |
ConsentService.deleteAccountConsentsById(String consentId)
Terminates account consent on PSU request
|
ResponseObject<FundsConfirmationResponse> |
FundsConfirmationService.fundsConfirmation(FundsConfirmationRequest request)
Checks if the account balance is sufficient for requested operation
|
ResponseObject<AccountConsent> |
ConsentService.getAccountConsentById(String consentId)
Returns account consent by its id
|
ResponseObject<ConsentStatusResponse> |
ConsentService.getAccountConsentsStatusById(String consentId)
Returns status of requested consent
|
ResponseObject<Xs2aAccountDetails> |
AccountService.getAccountDetails(String consentId,
String accountId,
boolean withBalance)
Gets AccountDetails based on accountId, details get checked with provided AIS-consent, depending on
withBalance variable and
AccountAccess in AIS-consent Balances are passed along with AccountDetails.
|
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
AccountService.getAccountList(String consentId,
boolean withBalance)
Gets AccountDetails list based on accounts in provided AIS-consent, depending on withBalance variable and
AccountAccess in AIS-consent Balances are passed along with AccountDetails.
|
ResponseObject<Xs2aBalancesReport> |
AccountService.getBalancesReport(String consentId,
String accountId)
Gets Balances Report based on consentId and accountId
|
ResponseObject<ScaStatus> |
ConsentService.getConsentAuthorisationScaStatus(String consentId,
String authorisationId)
Gets SCA status of consent authorisation
|
ResponseObject<Xs2aAuthorisationSubResources> |
ConsentService.getConsentInitiationAuthorisations(String consentId) |
ResponseObject |
PaymentService.getPaymentById(PaymentType paymentType,
String paymentProduct,
String paymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
ResponseObject<ScaStatus> |
PaymentCancellationAuthorisationServiceImpl.getPaymentCancellationAuthorisationScaStatus(String paymentId,
String cancellationId)
Gets SCA status of payment cancellation authorisation
|
ResponseObject<ScaStatus> |
PaymentCancellationAuthorisationService.getPaymentCancellationAuthorisationScaStatus(String paymentId,
String cancellationId) |
ResponseObject<Xs2aAuthorisationSubResources> |
PaymentAuthorisationServiceImpl.getPaymentInitiationAuthorisations(String paymentId)
Gets authorisations for current payment
|
ResponseObject<Xs2aAuthorisationSubResources> |
PaymentAuthorisationService.getPaymentInitiationAuthorisations(String paymentId) |
ResponseObject<ScaStatus> |
PaymentAuthorisationServiceImpl.getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId)
Gets SCA status of payment initiation authorisation
|
ResponseObject<ScaStatus> |
PaymentAuthorisationService.getPaymentInitiationAuthorisationScaStatus(String paymentId,
String authorisationId) |
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
PaymentCancellationAuthorisationServiceImpl.getPaymentInitiationCancellationAuthorisationInformation(String paymentId)
Gets list of cancellation identifiers
|
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
PaymentCancellationAuthorisationService.getPaymentInitiationCancellationAuthorisationInformation(String paymentId) |
ResponseObject<TransactionStatus> |
PaymentService.getPaymentStatusById(PaymentType paymentType,
String paymentProduct,
String paymentId)
Retrieves payment status from ASPSP
|
ResponseObject<Transactions> |
AccountService.getTransactionDetails(String consentId,
String accountId,
String transactionId)
Gets transaction details by transaction id
|
ResponseObject<Xs2aTransactionsReport> |
AccountService.getTransactionsReportByPeriod(String consentId,
String accountId,
String acceptHeader,
boolean withBalance,
LocalDate dateFrom,
LocalDate dateTo,
BookingStatus bookingStatus)
Read Transaction reports of a given account adressed by "account-id", depending on the steering parameter
"bookingStatus" together with balances.
|
ResponseObject<AccountConsent> |
ConsentService.getValidatedConsent(String consentId) |
ResponseObject<AccountConsent> |
ConsentService.getValidatedConsent(String consentId,
boolean withBalance) |
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentCancellationAuthorisationServiceImpl.updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
Update psu data for payment cancellation request if psu data and password are valid
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentCancellationAuthorisationService.updatePisCancellationPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentAuthorisationServiceImpl.updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request)
Update psu data for payment request if psu data and password are valid
|
ResponseObject<Xs2aUpdatePisCommonPaymentPsuDataResponse> |
PaymentAuthorisationService.updatePisCommonPaymentPsuData(Xs2aUpdatePisCommonPaymentPsuDataRequest request) |
ResponseObject |
AccountReferenceValidationService.validateAccountReferences(Set<AccountReference> references)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.springframework.http.ResponseEntity |
ResponseMapper.accepted(ResponseObject<T> response) |
<T> org.springframework.http.ResponseEntity |
ResponseMapper.created(ResponseObject<T> response) |
<T,R> org.springframework.http.ResponseEntity<?> |
ResponseMapper.created(ResponseObject<T> response,
Function<T,R> mapper) |
<T> org.springframework.http.ResponseEntity |
ResponseMapper.delete(ResponseObject<T> response) |
<T,R> org.springframework.http.ResponseEntity<?> |
ResponseMapper.delete(ResponseObject<T> response,
Function<T,R> mapper) |
<T> org.springframework.http.ResponseEntity |
ResponseMapper.ok(ResponseObject<T> response) |
<T,R> org.springframework.http.ResponseEntity<?> |
ResponseMapper.ok(ResponseObject<T> response,
Function<T,R> mapper) |
| Modifier and Type | Method and Description |
|---|---|
default ResponseObject<R> |
CreatePaymentService.buildErrorResponse(ErrorHolder errorHolder) |
ResponseObject<BulkPaymentInitiationResponse> |
CreateBulkPaymentService.createPayment(BulkPayment bulkPayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates bulk payment
|
ResponseObject<PaymentInitiationResponse> |
CreateCommonPaymentService.createPayment(CommonPayment payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates payment
|
ResponseObject<PeriodicPaymentInitiationResponse> |
CreatePeriodicPaymentService.createPayment(PeriodicPayment periodicPayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates periodic payment
|
ResponseObject<SinglePaymentInitiationResponse> |
CreateSinglePaymentService.createPayment(SinglePayment singlePayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates single payment
|
ResponseObject<R> |
CreatePaymentService.createPayment(T payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo) |
ResponseObject<CancelPaymentResponse> |
CancelPaymentService.initiatePaymentCancellation(PsuIdData psuData,
SpiPayment payment,
String encryptedPaymentId)
Cancels payment with or without performing strong customer authentication
|
| Modifier and Type | Method and Description |
|---|---|
ResponseObject |
PaymentValidationService.validateBulkPayment(BulkPayment bulkPayment) |
ResponseObject |
PaymentValidationService.validatePeriodicPayment(PeriodicPayment periodicPayment) |
ResponseObject |
PaymentValidationService.validateSinglePayment(SinglePayment singePayment) |
Copyright © 2019. All rights reserved.