Update a person
POST
/v1/accounts/{account}/people/{person} https://api.stripe.com/
Parameters
path Path Parameters
| Name | Type |
|---|---|
account
required
| string |
person
required
| string |
Request Body
application/x-www-form-urlencoded
{
additional_tos_acceptances?: { account?: { date?: number;ip?: string;user_agent?: string | ""; }; };
address?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
};
address_kana?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
town?: string;
};
address_kanji?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
town?: string;
};
dob?: { day: number;month: number;year: number; } | "";
documents?: { company_authorization?: { files?: (string | "")[]; };passport?: { files?: (string | "")[]; };visa?: { files?: (string | "")[]; }; };
email?: string;
expand?: string[];
first_name?: string;
first_name_kana?: string;
first_name_kanji?: string;
full_name_aliases?: string[] | "";
gender?: string;
id_number?: string;
id_number_secondary?: string;
last_name?: string;
last_name_kana?: string;
last_name_kanji?: string;
maiden_name?: string;
metadata?: { } | "";
nationality?: string;
person_token?: string;
phone?: string;
political_exposure?: "existing" | "none";
registered_address?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
};
relationship?: {
authorizer?: boolean;
director?: boolean;
executive?: boolean;
legal_guardian?: boolean;
owner?: boolean;
percent_ownership?: "" | number;
representative?: boolean;
title?: string;
};
ssn_last_4?: string;
us_cfpb_data?: { ethnicity_details?: { ethnicity?: ("cuban" | "hispanic_or_latino" | "mexican" | "not_hispanic_or_latino" | "other_hispanic_or_latino" | "prefer_not_to_answer" | "puerto_rican")[];ethnicity_other?: string; };race_details?: { race?: ("african_american" | "american_indian_or_alaska_native" | "asian" | "asian_indian" | "black_or_african_american" | "chinese" | "ethiopian" | "filipino" | "guamanian_or_chamorro" | "haitian" | "jamaican" | "japanese" | "korean" | "native_hawaiian" | "native_hawaiian_or_other_pacific_islander" | "nigerian" | "other_asian" | "other_black_or_african_american" | "other_pacific_islander" | "prefer_not_to_answer" | "samoan" | "somali" | "vietnamese" | "white")[];race_other?: string; };self_identified_gender?: string; };
verification?: { additional_document?: { back?: string;front?: string; };document?: { back?: string;front?: string; }; };
}
additional_tos_acceptances?: { account?: { date?: number;ip?: string;user_agent?: string | ""; }; };
address?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
};
address_kana?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
town?: string;
};
address_kanji?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
town?: string;
};
dob?: { day: number;month: number;year: number; } | "";
documents?: { company_authorization?: { files?: (string | "")[]; };passport?: { files?: (string | "")[]; };visa?: { files?: (string | "")[]; }; };
email?: string;
expand?: string[];
first_name?: string;
first_name_kana?: string;
first_name_kanji?: string;
full_name_aliases?: string[] | "";
gender?: string;
id_number?: string;
id_number_secondary?: string;
last_name?: string;
last_name_kana?: string;
last_name_kanji?: string;
maiden_name?: string;
metadata?: { } | "";
nationality?: string;
person_token?: string;
phone?: string;
political_exposure?: "existing" | "none";
registered_address?: {
city?: string;
country?: string;
line1?: string;
line2?: string;
postal_code?: string;
state?: string;
};
relationship?: {
authorizer?: boolean;
director?: boolean;
executive?: boolean;
legal_guardian?: boolean;
owner?: boolean;
percent_ownership?: "" | number;
representative?: boolean;
title?: string;
};
ssn_last_4?: string;
us_cfpb_data?: { ethnicity_details?: { ethnicity?: ("cuban" | "hispanic_or_latino" | "mexican" | "not_hispanic_or_latino" | "other_hispanic_or_latino" | "prefer_not_to_answer" | "puerto_rican")[];ethnicity_other?: string; };race_details?: { race?: ("african_american" | "american_indian_or_alaska_native" | "asian" | "asian_indian" | "black_or_african_american" | "chinese" | "ethiopian" | "filipino" | "guamanian_or_chamorro" | "haitian" | "jamaican" | "japanese" | "korean" | "native_hawaiian" | "native_hawaiian_or_other_pacific_islander" | "nigerian" | "other_asian" | "other_black_or_african_american" | "other_pacific_islander" | "prefer_not_to_answer" | "samoan" | "somali" | "vietnamese" | "white")[];race_other?: string; };self_identified_gender?: string; };
verification?: { additional_document?: { back?: string;front?: string; };document?: { back?: string;front?: string; }; };
}
Responses
200 application/json
Successful response.
interface Person {
account: string;
additional_tos_acceptances?:PersonAdditionalTosAcceptances ;
address?:Address ;
address_kana?:LegalEntityJapanAddress | null;
address_kanji?:LegalEntityJapanAddress | null;
created: number;
dob?:LegalEntityDob ;
email?: string | null;
first_name?: string | null;
first_name_kana?: string | null;
first_name_kanji?: string | null;
full_name_aliases?: string[];
future_requirements?:PersonFutureRequirements | null;
gender?: string | null;
id: string;
id_number_provided?: boolean;
id_number_secondary_provided?: boolean;
last_name?: string | null;
last_name_kana?: string | null;
last_name_kanji?: string | null;
maiden_name?: string | null;
metadata?: { };
nationality?: string | null;
object: "person";
phone?: string | null;
political_exposure?: "existing" | "none";
registered_address?:Address ;
relationship?:PersonRelationship ;
requirements?:PersonRequirements | null;
ssn_last_4_provided?: boolean;
us_cfpb_data?:PersonUsCfpbData | null;
verification?:LegalEntityPersonVerification ;
}
account: string;
additional_tos_acceptances?:
address?:
address_kana?:
address_kanji?:
created: number;
dob?:
email?: string | null;
first_name?: string | null;
first_name_kana?: string | null;
first_name_kanji?: string | null;
full_name_aliases?: string[];
future_requirements?:
gender?: string | null;
id: string;
id_number_provided?: boolean;
id_number_secondary_provided?: boolean;
last_name?: string | null;
last_name_kana?: string | null;
last_name_kanji?: string | null;
maiden_name?: string | null;
metadata?: { };
nationality?: string | null;
object: "person";
phone?: string | null;
political_exposure?: "existing" | "none";
registered_address?:
relationship?:
requirements?:
ssn_last_4_provided?: boolean;
us_cfpb_data?:
verification?:
}
default application/json
Error response.
interface Error {
error:ApiErrors ;
}
error:
}