Configurable Fetch URL
Would it be possible to implement a feature that allows the invoice retrieval URL to be configurable on a per-supplier basis?
For example, for Uber the system currently uses the following default endpoint to fetch invoices:
https://riders.uber.com/trips
However, in our case invoices need to be retrieved from:
https://riders.uber.com/trips?profile=FAMILY
This is due to our organisation using a shared business profile for all users. Without the ability to modify or parameterise the supplier URL (e.g. query string values such as profile), invoices for this profile cannot be fetched correctly.
Supporting a configurable or overrideable invoice source URL per supplier would resolve this limitation and improve compatibility with multi-profile or business account setups.