@Service public class CardAccountService extends Object
| Constructor and Description |
|---|
CardAccountService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aCardAccountDetailsHolder> |
getCardAccountDetails(String consentId,
String accountId,
String requestUri)
Gets CardAccount details based on card account ID and provided AIS-consent, depending on
AccountAccess in AIS-consent.
|
ResponseObject<Xs2aCardAccountListHolder> |
getCardAccountList(String consentId,
String requestUri)
Gets CardAccount list based on card accounts in provided AIS-consent, depending on
AccountAccess in AIS-consent Balances are passed al/AccountControllerTestong with CardAccountDetails.
|
public ResponseObject<Xs2aCardAccountListHolder> getCardAccountList(String consentId, String requestUri)
consentId - String representing an AccountConsent identificationrequestUri - the URI of incoming requestXs2aCardAccountListHolder containing the List of CardAccountDetails with Balances and granted by consentpublic ResponseObject<Xs2aCardAccountDetailsHolder> getCardAccountDetails(String consentId, String accountId, String requestUri)
consentId - String representing an AccountConsent identificationaccountId - identifier of the accountrequestUri - the URI of incoming requestXs2aCardAccountDetailsHolder containing Xs2aCardAccountDetails object instanceCopyright © 2020. All rights reserved.