| Modifier and Type | Method and Description |
|---|---|
ResponseObject<T> |
ResponseObject.ResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
PaymentService.cancelPayment(PaymentType paymentType,
String paymentId)
Cancels payment by its ASPSP identifier and payment type
|
ResponseObject<CreateConsentResponse> |
ConsentService.createAccountConsentsWithResponse(CreateConsentReq request,
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<CreateConsentAuthorizationResponse> |
ConsentService.createConsentAuthorizationWithResponse(PsuIdData psuData,
String consentId) |
ResponseObject |
PaymentService.createPayment(Object payment,
PaymentInitiationParameters paymentInitiationParameters)
Initiates a payment though "payment service" corresponding service method
|
ResponseObject<Xsa2CreatePisConsentAuthorisationResponse> |
ConsentService.createPisConsentAuthorization(String paymentId,
PaymentType paymentType,
PsuIdData psuData) |
ResponseObject<Xs2aCreatePisConsentCancellationAuthorisationResponse> |
ConsentService.createPisConsentCancellationAuthorization(String paymentId,
PaymentType paymentType) |
ResponseObject<Void> |
ConsentService.deleteAccountConsentsById(String consentId)
Revokes 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<Xs2aAccountReport> |
AccountService.getAccountReportByTransactionId(String consentId,
String accountId,
String transactionId)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aBalancesReport> |
AccountService.getBalancesReport(String consentId,
String accountId)
Gets Balances Report based on consentId and accountId
|
ResponseObject |
PaymentService.getPaymentById(PaymentType paymentType,
String paymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
ResponseObject<Xs2aPaymentCancellationAuthorisationSubResource> |
ConsentService.getPaymentInitiationCancellationAuthorisationInformation(String paymentId) |
ResponseObject<TransactionStatus> |
PaymentService.getPaymentStatusById(PaymentType paymentType,
String paymentId)
Retrieves payment status from ASPSP
|
ResponseObject<Xs2aTransactionsReport> |
AccountService.getTransactionsReportByPeriod(String consentId,
String accountId,
boolean withBalance,
LocalDate dateFrom,
LocalDate dateTo,
Xs2aBookingStatus bookingStatus)
Read Transaction reports of a given account adressed by "account-id", depending on the steering parameter
"bookingStatus" together with balances.
|
ResponseObject<UpdateConsentPsuDataResponse> |
ConsentService.updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData) |
ResponseObject<Xs2aUpdatePisConsentPsuDataResponse> |
ConsentService.updatePisConsentCancellationPsuData(Xs2aUpdatePisConsentPsuDataRequest request) |
ResponseObject<Xs2aUpdatePisConsentPsuDataResponse> |
ConsentService.updatePisConsentPsuData(Xs2aUpdatePisConsentPsuDataRequest request) |
ResponseObject |
AccountReferenceValidationService.validateAccountReferences(Set<Xs2aAccountReference> references)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.springframework.http.ResponseEntity<T> |
ResponseMapper.accepted(ResponseObject<T> response) |
<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) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CancelPaymentResponse> |
CancelPaymentService.cancelPaymentWithoutAuthorisation(SpiPsuData psuData,
SpiPayment payment,
AspspConsentData consentData)
Cancels payment without performing strong customer authentication
|
ResponseObject<BulkPaymentInitiationResponse> |
CreateBulkPaymentService.createPayment(BulkPayment bulkPayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
Xs2aPisConsent pisConsent)
Initiates bulk payment
|
ResponseObject<PeriodicPaymentInitiationResponse> |
CreatePeriodicPaymentService.createPayment(PeriodicPayment periodicPayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
Xs2aPisConsent pisConsent)
Initiates periodic payment
|
ResponseObject<SinglePaymentInitiationResponse> |
CreateSinglePaymentService.createPayment(SinglePayment singlePayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
Xs2aPisConsent pisConsent)
Initiates single payment
|
ResponseObject<R> |
CreatePaymentService.createPayment(T payment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
Xs2aPisConsent pisConsent) |
ResponseObject<CancelPaymentResponse> |
CancelPaymentService.initiatePaymentCancellation(SpiPsuData psuData,
SpiPayment payment,
AspspConsentData consentData)
Cancels payment without performing strong customer authentication
|
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<String> |
PiisConsentValidationService.validatePiisConsentData(List<CmsPiisValidationInfo> cmsPiisValidationInfoList) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.