Request Body

KeyTypeDescription
documents[]array of objects[Required] List of base documents with IDs and fields you wish to update

Base Document Object

KeyTypeDescription
idstring[Required] Base document ID
emailstringEmail associated with the document
phone_number stringPhone number associated with the document
namestringName of the document owner
entity_scopestringIndustry in which the document owner operates. In case of an individual it can be their field of profession, in case of a corp this can be their line of business
entity_typestringEntity type of the document owner, this can be gender in case of an individual or DBA in case of a business
address_streetstringStreet address associated with the document owner, this can be home address of a person or business address of a corp. Please include apartment suite or unit numbers
address_citystringCity associated with the document owner, this can be home address of a person or business address of a corp
address_subdivisionstringState abbreviation associated with the document owner. This value needs to be in ISO Alpha-2 (e.g. CA)
address_postal_codestringPostal code associated with the document owner, this can be home address of a person or business address of a corp
address_code_countrystringCountry associated with the document owner, this can be home address of a person or business address of a corp. This value needs to be in ISO Alpha-2 (e.g. US)

📘

Recommendation

If updating Base Doc address with this call, it is recommended to first perform the Verify Address API call to confirm that the provided address is valid.

Language