Filtering Transactions by FundingLifecycle

FundingLifecycle is now available for filtering transactions in the Backoffice API. Use this query parameter to filter transactions by the stages of the funding process: In Queue (0), Rejected (10), Submitted (20), and Funded (30).

The example request below returns all In Queue and Rejected transactions within a tenant:

/api/{tenantId}/transactions/paginated?CurrentPage=1&PageSize=100&FundingLifecycle=0&FundingLifecycle=10&includeFullGraph=True