All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
accountInformationConsentRequired() |
ScaMethodsResponse |
authenticatePsu(String bankingUrl,
AuthenticatePsuRequest authenticatePsuRequest) |
BankApi |
bankApi() |
boolean |
bankSupported(String bankCode) |
boolean |
bookingsCategorized() |
CreateConsentResponse |
createAccountInformationConsent(String bankingUrl,
CreateConsentRequest createConsentRequest) |
void |
executeTransactionWithoutSca(String bankingUrl,
TransactionRequest paymentRequest) |
boolean |
externalBankAccountRequired() |
Bank |
getBankLoginSettings(String bankCode) |
InitiatePaymentResponse |
initiatePayment(String bankingUrl,
TransactionRequest paymentRequest) |
List<BankAccount> |
loadBalances(String bankingUrl,
LoadBalanceRequest loadBalanceRequest) |
LoadAccountInformationResponse |
loadBankAccounts(String bankingUrl,
LoadAccountInformationRequest loadAccountInformationRequest) |
LoadBookingsResponse |
loadBookings(String bankingUrl,
LoadBookingsRequest loadBookingsRequest) |
BankApiUser |
registerUser(String bankingUrl,
BankAccess bankAccess,
String pin) |
void |
removeBankAccount(String bankingUrl,
BankAccount bankAccount,
BankApiUser bankApiUser) |
void |
removeUser(String bankingUrl,
BankApiUser bankApiUser) |
AuthorisationCodeResponse |
requestAuthorizationCode(String bankingUrl,
TransactionRequest paymentRequest) |
SubmitAuthorizationCodeResponse |
submitAuthorizationCode(SubmitAuthorizationCodeRequest submitPaymentRequest) |
boolean |
userRegistrationRequired() |