Something boring but workable is using CSV files, dropped to a location on customers end through SFTP containing your transaction IDs that you are interested in.
If its MS SQL Server on the other side, then a SQL agent on that server using some SSIS can read the CSV as input and prepare your required output as a CSV again for you to pickup from their SFTP Server.
dbrueck|1 year ago
webmonkeyuk|1 year ago