Modifier and Type | Interface and Description |
---|---|
interface |
ListAccounts
Called to get PSU account list from ASPSP using AIS (Account Information Service).
|
interface |
ListTransactions
Called to get PSU transaction list from ASPSP using AIS (Account Information Service).
|
Modifier and Type | Interface and Description |
---|---|
interface |
DenyAuthorization
Called within embedded Consent authorization to deny consent.
|
interface |
FromAspspRedirect
Called when returning from ASPSP in Redirect consent authorization (handles both OK and NOK redirect cases).
|
interface |
GetAuthorizationState
Called within embedded Consent authorization to get fields that are necessary to be provided by user at current stage.
|
interface |
UpdateAuthorization
Called when PSU provides fields that are necessary to proceed with authorization (PSU ID, password, etc.).
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetPaymentInfoState |
interface |
GetPaymentStatusState |
interface |
SinglePayment |
Modifier and Type | Class and Description |
---|---|
class |
FacadeService<REQUEST extends FacadeServiceableGetter,RESULT extends ResultBody,ACTION extends Action<REQUEST,RESULT>> |
Modifier and Type | Class and Description |
---|---|
class |
HbciListAccountsEntrypoint
Entry point that handles ListAccounts request from the FinTech.
|
class |
HbciListTransactionsEntrypoint
Entry point that handles ListTransactions request from the FinTech.
|
Modifier and Type | Class and Description |
---|---|
class |
HbciDenyAuthorization
Operation that is called to Deny users' consent in Embedded SCA authorization mode.
|
class |
HbciGetAuthorizationState
TODO - make shared
Entry point to get list of the required inputs from the user.
|
class |
HbciUpdateAuthorization
Entry point to update context with the input from user and continue process.
|
Modifier and Type | Class and Description |
---|---|
class |
HbciGetPaymentInfoEntrypoint
Entry point to get hbci payment status.
|
class |
HbciGetPaymentStatusEntrypoint
Entry point to get hbci payment status.
|
class |
HbciInitiateSinglePaymentEntrypoint |
Modifier and Type | Class and Description |
---|---|
class |
Xs2aListAccountsEntrypoint
Entry point that handles ListAccounts request from the FinTech.
|
class |
Xs2aListTransactionsEntrypoint
Entry point that handles ListTransactions request from the FinTech.
|
class |
Xs2aSandboxListTransactionsEntrypoint |
Modifier and Type | Class and Description |
---|---|
class |
Xs2aDenyAuthorization
Operation that is called to Deny users' consent in Embedded SCA authorization mode.
|
class |
Xs2aFromAspspRedirect
Operation that is called when user returns back from ASPSP either with OK or NOK status in Redirect SCA
authorization mode.
|
class |
Xs2aGetAuthorizationState
Entry point to get list of the required inputs from the user.
|
class |
Xs2aUpdateAuthorization
Entry point to update context with the input from user and continue BPMN process by triggering it.
|
Modifier and Type | Class and Description |
---|---|
class |
Xs2aGetPaymentInfoEntrypoint
Entry point to get payment information.
|
class |
Xs2aGetPaymentStatusEntrypoint
Entry point to get payment status.
|
class |
Xs2aInitiateSinglePaymentEntrypoint
Entry point that handles payment initiation request from the FinTech.
|
Copyright © 2020. All rights reserved.