Customer
Update customer
put/v1beta/customers/{handle}
Path parameters
handlestring required
Customer unique identifier or handle, which can be created via CreateCustomer API method
Request body
Example request
{
"additional_data": {
"attached_files": [
{
"description": "My passport scan",
"doc_type": "passport",
"path": "https://drive.google.com/open?id=1EclbGeo8Y3UWg3KSF7ebmwcK7ddLTtC7m3aHZ1qMnjE"
}
],
"birth_address": "test street 45",
"birth_city": "Test city",
"birth_country": "NL",
"birth_date": "1970-01-01",
"birth_state": "Testprovince",
"birth_zipcode": "123",
"company_registration_city": "Testcity",
"company_registration_number": "XX123456789X04",
"company_registration_subscription_date": "2000-01-01",
"company_url": "https://openprovider.com",
"headquarters_address": "Test street 5",
"headquarters_city": "Testcity",
"headquarters_country": "NL",
"headquarters_state": "Testprovince",
"headquarters_zipcode": "123",
"passport_number": "123456",
"social_security_number": "6543210",
"trading_name": "Openprovider"
},
"address": {
"city": "Test city",
"country": "NL",
"number": "123",
"state": "Testprovince",
"street": "Test street",
"suffix": "A",
"zipcode": "1235 XX"
},
"comments": "Some comment here",
"email": "test@mail.tld",
"extension_additional_data": [
{
"data": {
"admin_type": "1",
"applicant_purpose": "P3",
"birth_date": "1970-01-01",
"company_name_cyrillic": "Example company",
"company_name_latin": "Example company",
"company_registration_number": "XX123456789X11",
"contact_title": "CEO",
"country_of_citizenship": "NL",
"customer_uin": "",
"ens_auth_id": "",
"ens_key": "",
"first_name_cyrillic": "Test",
"first_name_latin": "Test",
"hr_member": "",
"in_nexus_connection_to_india": "ENTITY",
"in_nexus_declaration_attestation": "YES",
"industry_class": "19",
"is_private_enterpreneur": "",
"last_name_cyrillic": "Person",
"last_name_latin": "Person",
"legal_address_area": "Moscow Time Zone",
"legal_address_building": "Bldg. 1",
"legal_address_city": "Moscow",
"legal_address_country_code": "RU",
"legal_address_cyrillic": "13245 Country, City, street, 2",
"legal_address_house": "AA1111",
"legal_address_postal_code": "AB1111",
"legal_address_region": "Moscow Region",
"legal_address_street": "Korolyova",
"legal_type": "FCORP",
"middle_name_cyrillic": "Nikolaevich",
"middle_name_latin": "Nikolaevich",
"mobile_phone_number": "+7 (123) 456-78-90",
"mobile_phone_number_country_code": "+7",
"music_nexus_connection_to_music": "MSCN",
"music_nexus_registry_policies_attestation": "YES",
"nexus_category": "C31",
"org_type": "1",
"passport_expiry_date": "2025-01-01",
"passport_issue_date": "2009-01-11",
"passport_issue_id": "345-876",
"passport_issuer": "Issuer name",
"passport_number": "12345678",
"passport_series": "1234",
"postal_address_area": "Moscow Time Zone",
"postal_address_building": "Bldg. 1",
"postal_address_city": "Moscow",
"postal_address_cyrillic": "12345 Country, City, street, 1",
"postal_address_house": "AA11",
"postal_address_region": "Moscow Region",
"postal_address_street": "Korolyova",
"social_security_number": "X123455123X",
"sole_proprietorship": "true",
"tax_payer_number": "1345678",
"uin": "12345-6",
"user_type": "Individual",
"vat": "XX123456789X12",
"website": "http://example.com",
"whois_email": "test@mail.tld"
},
"name": "ru"
}
],
"fax": {
"area_code": "",
"country_code": "",
"subscriber_number": ""
},
"handle": "XX123456-XX",
"locale": "nl_NL",
"phone": {
"area_code": "111",
"country_code": "+03",
"subscriber_number": "123456"
},
"tags": [
{
"key": "customer",
"value": "VIP"
}
],
"vat": "NL123456789X11"
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"success": false
},
"desc": ""
}