| Package | Description |
|---|---|
| de.adorsys.aspsp.xs2a.domain | |
| de.adorsys.aspsp.xs2a.service | |
| de.adorsys.aspsp.xs2a.service.mapper | |
| de.adorsys.aspsp.xs2a.web.aspect |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<T> |
ResponseObject.ResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CreateConsentResponse> |
ConsentService.createAccountConsentsWithResponse(CreateConsentReq request,
String psuId) |
ResponseObject<List<PaymentInitialisationResponse>> |
PaymentService.createBulkPayments(List<SinglePayment> payments,
String tppSignatureCertificate,
String paymentProduct)
Initiates a bulk payment
|
ResponseObject<CreateConsentAuthorizationResponse> |
ConsentService.createConsentAuthorizationWithResponse(String psuId,
String consentId) |
ResponseObject |
PaymentService.createPayment(Object payment,
PaymentType paymentType,
PaymentProduct paymentProduct,
String tppSignatureCertificate)
Initiates a payment though "payment service" corresponding service method
|
ResponseObject<PaymentInitialisationResponse> |
PaymentService.createPaymentInitiation(SinglePayment singlePayment,
String tppSignatureCertificate,
String paymentProduct)
Initiates a single payment
|
ResponseObject<Xsa2CreatePisConsentAuthorisationResponse> |
ConsentService.createPisConsentAuthorization(String paymentId,
PaymentType paymentType) |
ResponseObject<Void> |
ConsentService.deleteAccountConsentsById(String consentId) |
ResponseObject<FundsConfirmationResponse> |
FundsConfirmationService.fundsConfirmation(FundsConfirmationRequest request)
Checks if the account balance is sufficient for requested operation
|
ResponseObject<AccountConsent> |
ConsentService.getAccountConsentById(String consentId) |
ResponseObject<ConsentStatusResponse> |
ConsentService.getAccountConsentsStatusById(String consentId) |
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.getAccountDetailsList(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<Xs2aAccountReport> |
AccountService.getAccountReport(String consentId,
String accountId,
LocalDate dateFrom,
LocalDate dateTo,
String transactionId,
boolean psuInvolved,
Xs2aBookingStatus bookingStatus,
boolean withBalance,
boolean deltaList)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReportByPeriod(String accountId,
boolean withBalance,
String consentId,
LocalDate dateFrom,
LocalDate dateTo,
Xs2aBookingStatus bookingStatus)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReportByTransactionId(String consentId,
String accountId,
String transactionId)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<List<Xs2aBalance>> |
AccountService.getBalances(String consentId,
String accountId)
Gets AccountDetails based on accountId, details get checked with provided AIS-consent Balances section
|
ResponseObject<Object> |
PaymentService.getPaymentById(PaymentType paymentType,
String paymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
ResponseObject<Xs2aTransactionStatus> |
PaymentService.getPaymentStatusById(String paymentId,
PaymentType paymentType)
Retrieves payment status from ASPSP
|
ResponseObject<PaymentInitialisationResponse> |
PaymentService.initiatePeriodicPayment(PeriodicPayment periodicPayment,
String tppSignatureCertificate,
String paymentProduct)
Initiates periodic payment
|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
ResponseObject<Xs2aUpdatePisConsentPsuDataResponse> |
ConsentService.updatePisConsentPsuData(UpdatePisConsentPsuDataRequest request) |
ResponseObject |
AccountReferenceValidationService.validateAccountReferences(Set<AccountReference> references) |
| Modifier and Type | Method and Description |
|---|---|
<T> org.springframework.http.ResponseEntity<T> |
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<T> |
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<T> |
ResponseMapper.ok(ResponseObject<T> response) |
<T,R> org.springframework.http.ResponseEntity<?> |
ResponseMapper.ok(ResponseObject<T> response,
Function<T,R> mapper) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.