SCAPaymentResponseTO |
MiddlewarePaymentService.authorizeCancelPayment(ScaInfoTO scaInfoTO,
String paymentId) |
|
SCAPaymentResponseTO |
MiddlewarePaymentService.authorizePayment(ScaInfoTO scaInfoTO,
String paymentId) |
PROC: 02c
|
GlobalScaResponseTO |
MiddlewareRedirectScaService.confirmAuthorization(ScaInfoTO scaInfo) |
|
void |
MiddlewareAccountManagementService.createDepositAccount(String userId,
ScaInfoTO scaInfoTO,
AccountDetailsTO depositAccount) |
Creates a new DepositAccount.
|
void |
MiddlewareAccountManagementService.depositCash(ScaInfoTO scaInfoTO,
String accountId,
AmountTO amount) |
Deposits given amount in cash into specified account.
|
GlobalScaResponseTO |
OperationService.execute(OpTypeTO opType,
String opId,
ScaInfoTO scaInfo) |
|
SCAPaymentResponseTO |
MiddlewarePaymentService.executePayment(ScaInfoTO scaInfoTO,
String paymentId) |
Executes a payment
|
List<AdditionalAccountInformationTO> |
MiddlewareUserManagementService.getAdditionalInformation(ScaInfoTO scaInfoHolder,
AccountIdentifierTypeTO accountIdentifierType,
String accountIdentifier) |
|
CustomPageImpl<PaymentTO> |
MiddlewarePaymentService.getAllPaymentsPaged(ScaInfoTO scaInfo,
CustomPageableImpl pageable) |
|
GlobalScaResponseTO |
MiddlewareRedirectScaService.getMethods(String authorizationId,
ScaInfoTO scaInfo) |
|
List<PaymentTO> |
MiddlewarePaymentService.getPendingPeriodicPayments(ScaInfoTO scaInfoTO) |
|
CustomPageImpl<PaymentTO> |
MiddlewarePaymentService.getPendingPeriodicPaymentsPaged(ScaInfoTO scaInfo,
CustomPageableImpl pageable) |
|
SCAPaymentResponseTO |
MiddlewarePaymentService.initiatePayment(ScaInfoTO scaInfoTO,
PaymentTO payment) |
PROC:01 Initiates a payment.
|
SCAPaymentResponseTO |
MiddlewarePaymentService.initiatePaymentCancellation(ScaInfoTO scaInfoTO,
String paymentId) |
Checks the possibility of payment cancellation
|
OauthCodeResponseTO |
MiddlewareOauthService.oauthCode(ScaInfoTO scaInfo,
String redirectUri) |
|
<T> GlobalScaResponseTO |
OperationService.resolveInitiation(OpTypeTO opType,
String opId,
T object,
ScaInfoTO scaInfo) |
|
GlobalScaResponseTO |
MiddlewareRedirectScaService.selectMethod(ScaInfoTO scaInfo) |
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.startAisConsent(ScaInfoTO scaInfoTO,
String consentId,
AisConsentTO aisConsent) |
Start an account consent process.
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.startPiisConsent(ScaInfoTO scaInfoTO,
AisConsentTO aisConsent) |
Provides a third party provider with necessary permission to read accounts and
transaction information for the specified account.
|
GlobalScaResponseTO |
MiddlewareRedirectScaService.startScaOperation(StartScaOprTO scaOpr,
ScaInfoTO scaInfo) |
|
void |
MiddlewareUserManagementService.updateAccountAccess(ScaInfoTO scaInfo,
String userId,
AccountAccessTO access) |
Adds new account for a specific User
|
void |
AppManagementService.uploadData(UploadedDataTO data,
ScaInfoTO info) |
Upload NISP compliant Test Data
|