/v1/accounts/{account}/personsCreate a person
Creates a new person associated with an account's legal entity. Supply the person's identifying, address, relationship, date-of-birth, and verification information as needed, and use expand to expand response fields. Nested address, date-of-birth, document, and acceptance data must use the structures defined for those fields.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Optional form data describing a person and supporting legal-entity verification.
account must identify the account to associate with the new person and must not exceed 5000 characters. String fields with a maximum length of 5000 characters, including first_name, email, and id_number, must stay within that limit; address.line1 and address.city must not exceed 200 and 100 characters respectively. dob must be a complete object containing day, month, and year, or the allowed empty string.