Updates the AML follow-up date for a person. Only available on Sandbox for testing purposes.
Compliance features (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/compliance/
The content of the request
A new AML follow-up date for the person.
A new AML confirmed on date for the person.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/compliance/v1/persons/{id}/update_for_development
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "aml_follow_up_date": "2021-09-27T00:00:00.000Z", "aml_confirmed_on": "2021-07-27T00:00:00.000Z", "birth_city": "Berlin" }
Successful result of the operation
The unique ID of the person resource created for a customer.
The person's title.
The person's address.
The person's contact address. Use this field only if they have lived at their current address for less than 2 years.
The person mobile number. Spaces, dashes, underscores, and forward slashes are removed. Important: This field is only used to pass the mobile number to our KYC provider IDnow for the Videoident KYC flow. To create and verify a mobile number for your customer, use the dedicated mobile number endpoints.
The country in which the person was born.
The customer's employment status.
UTC timestamp from when the person confirmed their FATCA relevance.
The purpose of the person's freelance business.
The business' industry. This field is deprecated; please use nace_code
instead.
Additional information about the industry in which the business operates. This field is deprecated; please use nace_code
instead.
UTC timestamp from when the person agreed to the Solaris Terms & Conditions.
UTC timestamp from when the customer confirmed that they act on behalf of their own economic interest.
Indicates whether the person is flagged by compliance and must answer any compliance questions.
(For freelancers) The person's expected monthly revenue, in Euro cents.
(For freelancers) The person's business website/social media.
(For freelancers) The person's business trading name.
(For freelancers) The NACE code that describes the industry in which the freelancer works. For a list of values to implement in your site, check this site.
(For freelancers) The person's business country.
The status of the person screening process.
The person's annual income range.
UTC timestamp from when the customer signed Solaris' data processing agreement.
The follow-up date for the anti-money laundering department.
The confirmation date of the anti-money laundering department.
Indicates whether the person has self-declared their status as a politically exposed person (PEP).
(For freelancers) Regions where the person expects to conduct business.
(For freelancers) The person's freelance registration number.
The status of the person's risk classification.
The status of the person's vetting process.
{ "id": "dc1a6812a14f6cc338cd084208535bcdcper", "salutation": "MR", "title": "DR", "first_name": "Peter", "last_name": "Mustermann", "address": { "line_1": "Musterstrasse", "line_2": "Musterstrasse", "postal_code": "10409", "city": "Berlin", "country": "DE", "state": "BE" }, "contact_address": { "line_1": "Musterstrasse", "line_2": "Musterstrasse", "postal_code": "10409", "city": "Berlin", "country": "DE", "state": "BE" }, "email": "person@example.com", "mobile_number": "49301234567", "birth_name": "Doe", "birth_date": "1972-12-24", "birth_city": "Berlin", "birth_country": "DE", "birth_province": "BE", "birth_post_code": "10233", "nationality": "DE", "employment_status": "FREELANCER", "job_title": "Head of everything", "tax_information": { "tax_assessment": "SEPARATE", "marital_status": "MARRIED" }, "fatca_relevant": false, "fatca_crs_confirmed_at": "2017-01-01T00:00:00.000Z", "business_purpose": "helping people to find themselves", "industry": "OTHER_SERVICES", "industry_key": "EDUCATION", "terms_conditions_signed_at": "2017-01-01T00:00:00.000Z", "own_economic_interest_signed_at": "2017-01-01T00:00:00.000Z", "expected_monthly_revenue_cents": 20000, "vat_number": "DE123456789", "website_social_media": "http://social-network.com/my-company", "business_trading_name": "My Business", "nace_code": "I 56.30", "business_address_line_1": "StreetStrasse, 42", "business_address_line_2": "4th floor", "business_postal_code": "12345", "business_city": "Berlin", "business_country": "DE", "data_terms_signed_at": "2017-01-01T00:00:00.000Z", "annual_income_range": "RANGE_1", "branch": "DE", "main_income_source": "PUBLIC_SUBSIDIES", "purpose_of_account_opening": "DAILY_EXPENSES", "socioprofessional_category": "EMPLOYEES", "work_country": "IT", "work_province": "VE", "self_declared_as_pep": false, "international_operativity_expectation": [ "AFRICA", "ASIA" ], "registration_number": "1234567890", "flagged_by_compliance": false, "screening_progress": "SCREENED_ACCEPTED", "aml_follow_up_date": "2017-01-15", "aml_confirmed_on": "2017-01-30", "risk_classification_status": "NORMAL_RISK", "customer_vetting_status": "NO_MATCH", "legitimation_valid_until": "2025-12-31" }