-
Story
-
Resolution: Done
-
Normal
-
None
-
5
-
False
-
-
True
-
-
Currently, we have an API that retrieves accountRemittances; however, this API lacks a few key features in response. We cannot add tally_id in response to this API since it does a group by on filters and group by on tally_id will be incorrect. The objective is to add a new remittance API endpoint that can provide us information by tally_id or by specific filters.
This will be very useful for testing the billable_usage component.
Done:
- GET /api/swatch-billable-usage/internal/remittance/accountRemittances/{tally_id}
- Use this API in QE component testing