bentwonk

Results 2 issues of bentwonk

When getting the transactions using the filter[since] is is possible to filter on the settledAt date, not createdAt as I am only interested once a transaction has been settled.

await up.transactions.listByAccount("accountID,{pageSize: 10, filterSince:"2020-03-01T12:02:03Z",filterUntil:"2021-11-30T18:02:03Z"}); returns pagesize (10) results, but no next page link. "links": { "prev": null } could this be related to recent changed to pagination?