Wildfire APIs
Commission rate descriptions for other languages
2min
Wildfire provides commission rate descriptions for programs for each merchant in the default language of the merchant. This will be sufficient for most partners but in some cases (i.e. service countries with populations that speak multiple languages like Canada) you may need to fetch translated commission rate descriptions. This article describes how to obtain translated descriptions.
- Access the Commission Rate Manifest File
- This will return a JSON response with information about available translations.
- Review Manifest Information
- Check the "Translations" object in the JSON response.
- Identify the desired language and country code (e.g., "fr-CA" for Canadian French).
- Load Translated JSON File
- Load the corresponding JSON file for the required language and country from the provided URL.
- Example URL for Canadian French: https://storage.googleapis.com/wildlink/cloud-db/1/APPLICATION_ID/merchant-rate/fr-CA-2023-11-27T235929.237.model.json
The loaded file will contain commission rate descriptions translated into the specified language for all available translated descriptions.
Translation Availability
- Be aware that not all commission rate descriptions are guaranteed to be translated into every language.
- Contact your client success representative for additional language translations if needed.
Updated 24 Jan 2024
Did this page help you?