@@ -83,12 +83,13 @@ def create(
8383 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
8484 ) -> AccountHolderCreateResponse :
8585 """
86- Run an individual or business's information through the Customer Identification
87- Program (CIP). All calls to this endpoint will return an immediate response -
88- though in some cases, the response may indicate the enrollment is under review
89- or further action will be needed to complete the account enrollment process.
90- This endpoint can only be used on accounts that are part of the program that the
91- calling API key manages.
86+ Create an account holder and initiate the appropriate onboarding workflow.
87+ Account holders and accounts have a 1:1 relationship. When an account holder is
88+ successfully created an associated account is also created. All calls to this
89+ endpoint will return an immediate response - though in some cases, the response
90+ may indicate the enrollment is under review or further action will be needed to
91+ complete the account enrollment process. This endpoint can only be used on
92+ accounts that are part of the program that the calling API key manages.
9293
9394 Args:
9495 beneficial_owner_entities: List of all entities with >25% ownership in the company. If no entity or
@@ -165,12 +166,13 @@ def create(
165166 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
166167 ) -> AccountHolderCreateResponse :
167168 """
168- Run an individual or business's information through the Customer Identification
169- Program (CIP). All calls to this endpoint will return an immediate response -
170- though in some cases, the response may indicate the enrollment is under review
171- or further action will be needed to complete the account enrollment process.
172- This endpoint can only be used on accounts that are part of the program that the
173- calling API key manages.
169+ Create an account holder and initiate the appropriate onboarding workflow.
170+ Account holders and accounts have a 1:1 relationship. When an account holder is
171+ successfully created an associated account is also created. All calls to this
172+ endpoint will return an immediate response - though in some cases, the response
173+ may indicate the enrollment is under review or further action will be needed to
174+ complete the account enrollment process. This endpoint can only be used on
175+ accounts that are part of the program that the calling API key manages.
174176
175177 Args:
176178 individual: Information on individual for whom the account is being opened and KYC is being
@@ -221,12 +223,13 @@ def create(
221223 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
222224 ) -> AccountHolderCreateResponse :
223225 """
224- Run an individual or business's information through the Customer Identification
225- Program (CIP). All calls to this endpoint will return an immediate response -
226- though in some cases, the response may indicate the enrollment is under review
227- or further action will be needed to complete the account enrollment process.
228- This endpoint can only be used on accounts that are part of the program that the
229- calling API key manages.
226+ Create an account holder and initiate the appropriate onboarding workflow.
227+ Account holders and accounts have a 1:1 relationship. When an account holder is
228+ successfully created an associated account is also created. All calls to this
229+ endpoint will return an immediate response - though in some cases, the response
230+ may indicate the enrollment is under review or further action will be needed to
231+ complete the account enrollment process. This endpoint can only be used on
232+ accounts that are part of the program that the calling API key manages.
230233
231234 Args:
232235 address: KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
@@ -240,7 +243,7 @@ def create(
240243
241244 last_name: The KYC Exempt user's last name
242245
243- phone_number: The KYC Exempt user's phone number
246+ phone_number: The KYC Exempt user's phone number, entered in E.164 format.
244247
245248 workflow: Specifies the workflow type. This must be 'KYC_EXEMPT'
246249
@@ -784,6 +787,7 @@ def upload_document(
784787 "UTILITY_BILL_STATEMENT" ,
785788 "SSN_CARD" ,
786789 "ITIN_LETTER" ,
790+ "FINCEN_BOI_REPORT" ,
787791 ],
788792 entity_token : str ,
789793 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -888,12 +892,13 @@ async def create(
888892 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
889893 ) -> AccountHolderCreateResponse :
890894 """
891- Run an individual or business's information through the Customer Identification
892- Program (CIP). All calls to this endpoint will return an immediate response -
893- though in some cases, the response may indicate the enrollment is under review
894- or further action will be needed to complete the account enrollment process.
895- This endpoint can only be used on accounts that are part of the program that the
896- calling API key manages.
895+ Create an account holder and initiate the appropriate onboarding workflow.
896+ Account holders and accounts have a 1:1 relationship. When an account holder is
897+ successfully created an associated account is also created. All calls to this
898+ endpoint will return an immediate response - though in some cases, the response
899+ may indicate the enrollment is under review or further action will be needed to
900+ complete the account enrollment process. This endpoint can only be used on
901+ accounts that are part of the program that the calling API key manages.
897902
898903 Args:
899904 beneficial_owner_entities: List of all entities with >25% ownership in the company. If no entity or
@@ -970,12 +975,13 @@ async def create(
970975 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
971976 ) -> AccountHolderCreateResponse :
972977 """
973- Run an individual or business's information through the Customer Identification
974- Program (CIP). All calls to this endpoint will return an immediate response -
975- though in some cases, the response may indicate the enrollment is under review
976- or further action will be needed to complete the account enrollment process.
977- This endpoint can only be used on accounts that are part of the program that the
978- calling API key manages.
978+ Create an account holder and initiate the appropriate onboarding workflow.
979+ Account holders and accounts have a 1:1 relationship. When an account holder is
980+ successfully created an associated account is also created. All calls to this
981+ endpoint will return an immediate response - though in some cases, the response
982+ may indicate the enrollment is under review or further action will be needed to
983+ complete the account enrollment process. This endpoint can only be used on
984+ accounts that are part of the program that the calling API key manages.
979985
980986 Args:
981987 individual: Information on individual for whom the account is being opened and KYC is being
@@ -1026,12 +1032,13 @@ async def create(
10261032 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
10271033 ) -> AccountHolderCreateResponse :
10281034 """
1029- Run an individual or business's information through the Customer Identification
1030- Program (CIP). All calls to this endpoint will return an immediate response -
1031- though in some cases, the response may indicate the enrollment is under review
1032- or further action will be needed to complete the account enrollment process.
1033- This endpoint can only be used on accounts that are part of the program that the
1034- calling API key manages.
1035+ Create an account holder and initiate the appropriate onboarding workflow.
1036+ Account holders and accounts have a 1:1 relationship. When an account holder is
1037+ successfully created an associated account is also created. All calls to this
1038+ endpoint will return an immediate response - though in some cases, the response
1039+ may indicate the enrollment is under review or further action will be needed to
1040+ complete the account enrollment process. This endpoint can only be used on
1041+ accounts that are part of the program that the calling API key manages.
10351042
10361043 Args:
10371044 address: KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
@@ -1045,7 +1052,7 @@ async def create(
10451052
10461053 last_name: The KYC Exempt user's last name
10471054
1048- phone_number: The KYC Exempt user's phone number
1055+ phone_number: The KYC Exempt user's phone number, entered in E.164 format.
10491056
10501057 workflow: Specifies the workflow type. This must be 'KYC_EXEMPT'
10511058
@@ -1589,6 +1596,7 @@ async def upload_document(
15891596 "UTILITY_BILL_STATEMENT" ,
15901597 "SSN_CARD" ,
15911598 "ITIN_LETTER" ,
1599+ "FINCEN_BOI_REPORT" ,
15921600 ],
15931601 entity_token : str ,
15941602 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
0 commit comments