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 steps access the commission rate manifest file load the following url https //storage googleapis com/wildlink/cloud db/1/\[\[application id]]/merchant rate model manifest json https //storage googleapis com/wildlink/cloud db/1/\[\[application%20id]]/merchant rate model manifest json 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 https //storage googleapis com/wildlink/cloud db/1/application id/merchant rate/fr ca 2023 11 27t235929 237 model json file details 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