API changes: removal of gamstop_company
Dear developers,
We’re removing gamstop_company from the landing_company API response. This will be released in the week starting Jan 2.
Note: This update is not backwards compatible. Please make the necessary changes to your app(s) before the release date.
Before the change:
API call:
{ "landing_company": "gb" }
API response:
{ "echo_req": { "landing_company": "gb" }, "landing_company": { "gamstop_company": [], ... } }
After the change:
While the API call remains the same, the response will no longer contain the gamstop_company field:
{ "echo_req": { "landing_company": "gb" }, "landing_company": { ... } }
If you have any questions, write to us at api-support@deriv.com.
Tagged: