Tender transaction API is not returning the second transaction

I have an issue with the tender transactions API.

We have an order that has 2 transactions one day apart, when pulling the transactions for the order we get back both transactions. But when calling the tender transactions API for that timeframe we are only getting back the first transaction and not the second.

This will return both transactions.
https:///admin/api/2022-07/orders//transactions.json

This will only have the first transaction. (I followed the paginations to get all results, and the 2nd transaction wasn’t included)
https://***/admin/api/2022-07/tender_transactions.json?processed_at_min=2022-05-07&processed_at_max=2022-05-09&limit=250