Class CardAccountController

  • All Implemented Interfaces:
    de.adorsys.psd2.api.CardAccountsApi

    @RestController
    public class CardAccountController
    extends Object
    implements de.adorsys.psd2.api.CardAccountsApi
    • Constructor Detail

      • CardAccountController

        public CardAccountController()
    • Method Detail

      • getCardAccountList

        public org.springframework.http.ResponseEntity getCardAccountList​(UUID xRequestID,
                                                                          String consentID,
                                                                          String digest,
                                                                          String signature,
                                                                          byte[] tpPSignatureCertificate,
                                                                          String psUIPAddress,
                                                                          String psUIPPort,
                                                                          String psUAccept,
                                                                          String psUAcceptCharset,
                                                                          String psUAcceptEncoding,
                                                                          String psUAcceptLanguage,
                                                                          String psUUserAgent,
                                                                          String psUHttpMethod,
                                                                          UUID psUDeviceID,
                                                                          String psUGeoLocation)
        Specified by:
        getCardAccountList in interface de.adorsys.psd2.api.CardAccountsApi
      • getCardAccountBalances

        public org.springframework.http.ResponseEntity getCardAccountBalances​(String accountId,
                                                                              UUID xRequestID,
                                                                              String consentID,
                                                                              String digest,
                                                                              String signature,
                                                                              byte[] tpPSignatureCertificate,
                                                                              String psUIPAddress,
                                                                              String psUIPPort,
                                                                              String psUAccept,
                                                                              String psUAcceptCharset,
                                                                              String psUAcceptEncoding,
                                                                              String psUAcceptLanguage,
                                                                              String psUUserAgent,
                                                                              String psUHttpMethod,
                                                                              UUID psUDeviceID,
                                                                              String psUGeoLocation)
        Specified by:
        getCardAccountBalances in interface de.adorsys.psd2.api.CardAccountsApi
      • getCardAccountTransactionList

        public org.springframework.http.ResponseEntity getCardAccountTransactionList​(String accountId,
                                                                                     String bookingStatus,
                                                                                     UUID xRequestID,
                                                                                     String consentID,
                                                                                     LocalDate dateFrom,
                                                                                     LocalDate dateTo,
                                                                                     String entryReferenceFrom,
                                                                                     Boolean deltaList,
                                                                                     String digest,
                                                                                     String signature,
                                                                                     byte[] tpPSignatureCertificate,
                                                                                     String psUIPAddress,
                                                                                     String psUIPPort,
                                                                                     String psUAccept,
                                                                                     String psUAcceptCharset,
                                                                                     String psUAcceptEncoding,
                                                                                     String psUAcceptLanguage,
                                                                                     String psUUserAgent,
                                                                                     String psUHttpMethod,
                                                                                     UUID psUDeviceID,
                                                                                     String psUGeoLocation)
        Specified by:
        getCardAccountTransactionList in interface de.adorsys.psd2.api.CardAccountsApi
      • readCardAccountDetails

        public org.springframework.http.ResponseEntity readCardAccountDetails​(String accountId,
                                                                              UUID xRequestID,
                                                                              String consentID,
                                                                              String digest,
                                                                              String signature,
                                                                              byte[] tpPSignatureCertificate,
                                                                              String psUIPAddress,
                                                                              String psUIPPort,
                                                                              String psUAccept,
                                                                              String psUAcceptCharset,
                                                                              String psUAcceptEncoding,
                                                                              String psUAcceptLanguage,
                                                                              String psUUserAgent,
                                                                              String psUHttpMethod,
                                                                              UUID psUDeviceID,
                                                                              String psUGeoLocation)
        Specified by:
        readCardAccountDetails in interface de.adorsys.psd2.api.CardAccountsApi