Closed Panga9309 closed 3 months ago
// Pull real-time balance information for each account associated // with the Item const request: AccountsGetRequest = { access_token: accessToken, }; try { const response = await plaidClient.accountsBalanceGet(request); const accounts = response.data.accounts; } catch (error) { // handle error }
// Pull real-time balance information for each account associated // with the Item const request: AccountsGetRequest = { access_token: accessToken, }; try { const response = await plaidClient.accountsBalanceGet(request); const accounts = response.data.accounts; } catch (error) { // handle error }