How old are the Plaid balances I am reading
Use “How old are the Plaid balances I am reading” in Recued. Reads a linked Item's status next to its accounts, because /accounts/get returns confident numbers whether or not the connection still works. Plaid's own docs: /accounts/get "retrieves cached information" and the balance "will reflect the balance at the time of the last successful Item update".
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (21 steps)
stale_after
clamp
Clamp setting stale days between 1 and 90
item_raw
?
have_item
template
Generate text from a template
fail: step.item_raw.result.item is_null
defaults
defaults
Apply defaults
errored
compare
Check if error code has data
defaults_2
defaults
Apply defaults
have_freshness
compare
Check if last ok has data
age_days
date_diff
Calculate days between last ok and now
fail_minus_ok_days
date_diff
Calculate days between last ok and last fail
failing_now
compare
Check if fail minus ok days is at least 0
stale
compare
Check if age days is at least stale after
consent_days
date_diff
Calculate days between now and item raw result item consent expiration time
acct_raw
?
accounts
default
Apply default
account_count
count
Count items in accounts
stamped
filter
Filter by condition
stamped_count
count
Count items in stamped
unstamped
filter
Filter by condition
unstamped_count
count
Count items in unstamped
card
to_summary
Format results as a summary card
account_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
plaid
setting
=
stale days
setting
=
3
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.