You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Balance Retrieval Support (set includeBalance in StatementTapRequest to true)
optional internal logging to monitor API Service Calls and Tap Web App Screen Flow
isLoggingEnabled within initialize() function to choose whether to enable or disable sending of logs; default value is true
Changed
returned object after calling checkout function to StatementResponse which includes statementId, statementList (when statementRetrievalRequest is not null) and accountList (when includeBalance is set to true)
getEnabledBanks to add support for Balance Retrieval (set includeBalance to true to get a combined set of banks that support both Statement and Balance Retrievals)