November 28, 2022
about 2 years ago by John Mason
List transactions requests to return all transactions
With this change, list transactions requests will now return transactions across the entire program by default. Previously, those requests only searched customers’ default accounts instead of all accounts enrolled under the program (more detail about these concepts here).
This change means that unscoped GET
transactions requests now return a superset of what was previously returned - all transactions from the default account as well as those of other accounts under the program. In the coming weeks, we will look to roll out a similar change to the list cards endpoint.