@@ -110,8 +110,9 @@ def create(
110110
111111 supplemental_documents: Additional documentation associated with the entity.
112112
113- third_party_verification: A reference to data stored in a third-party verification service. Your
114- integration may or may not use this field.
113+ third_party_verification: If you are using a third-party service for identity verification, you can use
114+ this field to associate this Entity with the identifier that represents them in
115+ that service.
115116
116117 trust: Details of the trust entity to create. Required if `structure` is equal to
117118 `trust`.
@@ -224,8 +225,9 @@ def update(
224225 risk_rating: An assessment of the entity’s potential risk of involvement in financial crimes,
225226 such as money laundering.
226227
227- third_party_verification: A reference to data stored in a third-party verification service. Your
228- integration may or may not use this field.
228+ third_party_verification: If you are using a third-party service for identity verification, you can use
229+ this field to associate this Entity with the identifier that represents them in
230+ that service.
229231
230232 trust: Details of the trust entity to update. If you specify this parameter and the
231233 entity is not a trust, the request will fail.
@@ -750,8 +752,9 @@ async def create(
750752
751753 supplemental_documents: Additional documentation associated with the entity.
752754
753- third_party_verification: A reference to data stored in a third-party verification service. Your
754- integration may or may not use this field.
755+ third_party_verification: If you are using a third-party service for identity verification, you can use
756+ this field to associate this Entity with the identifier that represents them in
757+ that service.
755758
756759 trust: Details of the trust entity to create. Required if `structure` is equal to
757760 `trust`.
@@ -864,8 +867,9 @@ async def update(
864867 risk_rating: An assessment of the entity’s potential risk of involvement in financial crimes,
865868 such as money laundering.
866869
867- third_party_verification: A reference to data stored in a third-party verification service. Your
868- integration may or may not use this field.
870+ third_party_verification: If you are using a third-party service for identity verification, you can use
871+ this field to associate this Entity with the identifier that represents them in
872+ that service.
869873
870874 trust: Details of the trust entity to update. If you specify this parameter and the
871875 entity is not a trust, the request will fail.
0 commit comments