Generate UBO Doc
Needed for Business Users Only.
UBO or Ultimate Beneficial Owner documents is used to declare who is the ultimate beneficial owner of a business or major shareholder.
Please note that both POST
and PATCH
calls on the user document perform various asynchronous operations. So it's not recommended to make subsequent POST
and then PATCH
requests on the same user document as that can lead to various race conditions. We recommend submitting all documents at once vs performing subsequent operations on the same document.
UBO
PATCH
https://api.synapsefi.com/v3.1/users/:user_id/ubo
This endpoint allows you to create a user document.
Headers
Name | Type | Description |
---|---|---|
X-SP-USER | string | OAuth key and device fingerprint, separated by a pipe. |
X-SP-USER-IP | string | IP address of your device. |
X-SP-GATEWAY | string | Your Client ID and Secret, separated by a pipe. |
Body Details
Key | Type | Required | Description |
| Object | Yes | Information about the business. Go to Entity Info Details to learn more. |
| String | Yes | Document ID of the base document of the signer. |
| String | Yes | Relationship of the signer with the entity. Eg. |
| String | Yes | Document ID of the base document of the compliance contact. |
| String | Yes | Relationship of the compliance contact with the entity. Eg. |
| String | Yes | Document ID of the base document of the primary controlling contact. |
| String | Yes | Relationship of the primary controlling contact with the entity. Eg. |
| String | Yes | Document ID of the base document of the owner. |
| String | Yes | Relationship of the owner with the entity. Eg. |
| Number | Yes | Percentage ownership of the owner. |
| boolean | Yes | Certification and Agreement to Notify See below |
*attested signifies the following statement is true: I certify that the following information was submitted to Platform for all beneficial owners (holding 25% or more ownership) and controlling persons & executives:
US Person(s): SSN + US Government Issued Photo ID
Foreign Person(s): Tax Identification Number (if available) + Passport Number & Country of Issuance. In lieu of passport number, foreign persons may also provide an alien identification card number, or number and country of issuance of any other government issued photo ID evidencing nationality or residence.
Entity Info Details
Key | Type | Required | Description |
| String | Yes | Document ID of the base document of the entity. |
| Boolean | Yes | Set as |
| Boolean | Yes | Set as |
| List of String | Yes | List of states that business has Money Transmission Licenses (MTL) in. |
| Boolean | Yes | Set as |
| String | Yes | Set as |
| String | Yes | Set as |
| String | Yes | Set as |
| String | Yes | Set as |
Example Request
Last updated