get https://your_connector_url/customers//partnerProducts
Toqio will send a request to your connector to get available products (as an example, currencies for accounts or account types) for a given customer in the provider, if this is available for the given provider.
The field country code is not always populated and based on the nature of the request you will find two different use cases:
-
Request with Country code: This is usually for account creation. In that case you must return the list of partner products available for this country code if in your case you handle this value.
-
Without country code: This is used to know all the partner products the provider has. Then you must return all the partner products, without filtering by country.