Package de.adorsys.psd2.xs2a.service.ais
Class TrustedBeneficiariesService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.ais.TrustedBeneficiariesService
-
@Service public class TrustedBeneficiariesService extends Object
-
-
Constructor Summary
Constructors Constructor Description TrustedBeneficiariesService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<Xs2aTrustedBeneficiariesList>getTrustedBeneficiaries(String consentId, String accountId, String requestUri)Gets TrustedBeneficiaries based on accountId, beneficiaries get checked with provided AIS-consent
-
-
-
Method Detail
-
getTrustedBeneficiaries
public ResponseObject<Xs2aTrustedBeneficiariesList> getTrustedBeneficiaries(String consentId, String accountId, String requestUri)
Gets TrustedBeneficiaries based on accountId, beneficiaries get checked with provided AIS-consent- Parameters:
consentId- String representing an AccountConsent identificationaccountId- String representing a PSU`s Account at ASPSPrequestUri- the URI of incoming request- Returns:
- response with
Xs2aTrustedBeneficiariesListbased on accountId and granted by consent
-
-