Update Client Tax Information
Developing
PUT
/client/tax-information
update_client_tax_information
Last modified:2025-03-12 04:15:01
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-core.deriv.com/v1/client/tax-information' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"financial_assessment": {
"industry_of_employment": "medical",
"occupation": "nurse"
},
"tax_identification_number": "XR2354F5",
"tax_residence": "ae",
"is_foreign_taxpayer": false,
"employment_status": "employed"
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
Responses
Modified at 2025-03-12 04:15:01