Interface AspspProfileService
-
public interface AspspProfileService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AspspSettingsgetAspspSettings(String instanceId)Reads all aspsp settings (frequency per day, combined service indicator, available payment products, available payment types, is tpp signature required, PIS redirect URL, AIS redirect URL, multicurrency account level, is bank offered consent supported, available booking statuses, supported account reference fields, consent lifetime, transaction lifetime, allPsd2 support, transactions without balances support, signing basket support, is payment cancellation authorisation mandated, piis consent support, delta report support, redirect url expiration time and type of authorisation start) except SCA approachList<de.adorsys.psd2.xs2a.core.profile.ScaApproach>getScaApproaches(String instanceId)Reads list of sca approachesbooleanisMultitenancyEnabled()
-
-
-
Method Detail
-
getAspspSettings
AspspSettings getAspspSettings(String instanceId)
Reads all aspsp settings (frequency per day, combined service indicator, available payment products, available payment types, is tpp signature required, PIS redirect URL, AIS redirect URL, multicurrency account level, is bank offered consent supported, available booking statuses, supported account reference fields, consent lifetime, transaction lifetime, allPsd2 support, transactions without balances support, signing basket support, is payment cancellation authorisation mandated, piis consent support, delta report support, redirect url expiration time and type of authorisation start) except SCA approach- Returns:
- aspsp specific settings method which is stored in profile
-
getScaApproaches
List<de.adorsys.psd2.xs2a.core.profile.ScaApproach> getScaApproaches(String instanceId)
Reads list of sca approaches- Returns:
- list of sca approaches ordered by priority which is stored in profile
-
isMultitenancyEnabled
boolean isMultitenancyEnabled()
-
-