THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/tax-information' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"employment_status": "employed",
"is_foreign_taxpayer": true,
"tax_residence_country": "id",
"account_opening_reason": "Savings",
"tax_identification_number": "0101010101010101",
"education_level": "pariatur mollit nisi in ea",
"estimated_net_worth": "{{$helpers.arrayElement(['\''Less than $10,000'\'','\''$10,001 - $25,000'\'','\''$25,001 - $50,000'\'','\''$50,001 - $75,000'\'','\''$75,001 - $100,000'\'','\''$100,001 - $250,000'\'','\''$250,001 - $500,000'\'','\''Over $500,000'\''])}}",
"regular_expenses": "Excepteur id sit elit quis",
"occupation": "{{$helpers.arrayElement(['\''Director'\'','\''Manager'\'','\''Coordinator'\'','\''Specialist'\'','\''Administrator'\'','\''Assistant'\'','\''Technician'\''])}}",
"industry_of_employment": "Ut dolore non enim",
"source_of_wealth": "{{$helpers.arrayElement(['\''Accumulation of Income/Savings'\'','\''Business'\'','\''Inheritance'\'','\''Investments and Dividends '\'','\''Retirement Income'\'','\''Proceeds of sale of cryptocurrencies'\'','\''Sale of Property'\''])}}",
"employer_name": "Jerome Gutkowski",
"net_annual_income": "{{$helpers.arrayElement(['\''Less than $10,000'\'','\''$10,001 - $25,000'\'','\''$25,001 - $50,000'\'','\''$50,001 - $75,000'\'','\''$75,001 - $100,000'\'','\''$100,001 - $250,000'\'','\''$250,001 - $500,000'\'','\''Over $500,000'\''])}}"
}'
{
"data": [
{
"client_id": 61,
"employment_status": "employed",
"tax_residence": "ae",
"tax_identification_number": "XR2354F5",
"is_foreign_taxpayer": false,
"financial_assessment": {
"occupation": "nurse",
"industry_of_employment": "medical"
},
"schema_version": 1,
"created_time": "2025-03-12T04:11:44.824044",
"updated_time": null,
"account_opening_reason": null
}
],
"meta": {
"endpoint": "/client/tax-information",
"method": "POST",
"timing": 2561
}
}