@Service public class AccountDetailsService extends Object
| Constructor and Description |
|---|
AccountDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountDetailsHolder> |
getAccountDetails(String consentId,
String accountId,
boolean withBalance,
String requestUri)
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.
|
public ResponseObject<Xs2aAccountDetailsHolder> getAccountDetails(String consentId, String accountId, boolean withBalance, String requestUri)
consentId - String representing an AccountConsent identificationaccountId - String representing a PSU`s Account at ASPSPwithBalance - boolean representing if the responded AccountDetails should containrequestUri - the URI of incoming requestXs2aAccountDetailsHolder based on accountId with Balances if requested and granted by consentCopyright © 2019. All rights reserved.