Options

API changes: set_settings structure change

Dear developers,

We’re changing the structure of the set_settings API response from integer to object. This will be released in 3-4 weeks.
Note: This update is not backwards compatible. Please make the necessary changes to your app(s) before Dec 19.

Changes to the set_settings response
set_settings is now an object with a notification attribute that will return either null or an object containing two attributes: code and message_to_client

"set_settings": {
"notification": null
}

"set_settings": {
"notification": {
"code": "AddressMismatchFixed",
"message_to_client": "Address has been fixed."
}
}

If you have any questions, write to us at api-support@deriv.com.

Sign In or Register to comment.