latestOpenAPI 3.0.12026-08-101936151.3 KB
61701b027c74
AML follow-up
(Sandbox only) Update person's AML follow-up date
Updates the AML follow-up date for a person. Only available on Sandbox for testing purposes.
patch/v1/persons/{id}/update_for_development
Path parameters
idstring required
Request body
Example request
{
"aml_follow_up_date": "2021-09-27T00:00:00.000Z",
"aml_confirmed_on": "2021-07-27T00:00:00.000Z",
"birth_city": "Berlin"
}Response
Successful result of the operation
Example response
{
"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"
}