The
pending
flag in the
GET https://dev.lunchmoney.app/v1/transactions
endpoint does not work. I am trying to get a list of pending transactions, and it returns transactions that are not pending:
http 'https://dev.lunchmoney.app/v1/transactions?pending=true&access_token=<REDACTED>&limit=1' | jq '.transactions[].is_pending'
prints false