Interface ReconciliationClient

    • Method Detail

      • retrieveCSVPaymentReport

        java.util.concurrent.CompletableFuture<ContentResponse> retrieveCSVPaymentReport​(QueryFilterDateRange filter,
                                                                                         java.lang.String targetFile)
        Parameters:
        targetFile - Optional parameter that specifies the path where a file with the content returned is saved. If the file does not exist, the client will attempt to create a new one, otherwise the existing file will be rewritten.
        Returns:
        CSV content
      • retrieveCSVSingleStatementReport

        java.util.concurrent.CompletableFuture<ContentResponse> retrieveCSVSingleStatementReport​(java.lang.String statementId,
                                                                                                 java.lang.String targetFile)
        Parameters:
        targetFile - Optional parameter that specifies the path where a file with the content returned is saved. If the file does not exist, the client will attempt to create a new one, otherwise the existing file will be rewritten.
        Returns:
        CSV content
      • retrieveCSVStatementsReport

        java.util.concurrent.CompletableFuture<ContentResponse> retrieveCSVStatementsReport​(StatementsQueryFilter filter,
                                                                                            java.lang.String targetFile)
        Parameters:
        targetFile - Optional parameter that specifies the path where a file with the content returned is saved. If the file does not exist, the client will attempt to create a new one, otherwise the existing file will be rewritten.
        Returns:
        CSV content