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

      • getCardAccount

        public org.springframework.http.ResponseEntity getCardAccount​(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:
        getCardAccount 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,
                                                                                     Boolean withBalance,
                                                                                     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
      • readCardAccount

        public org.springframework.http.ResponseEntity readCardAccount​(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:
        readCardAccount in interface de.adorsys.psd2.api.CardAccountsApi