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
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
signer.relationship_to_entity
String
Yes
Relationship of the signer with the entity. Eg. CEO
, CRO
, etc.
compliance_contact.relationship_to_entity
String
Yes
Relationship of the compliance contact with the entity. Eg. CEO
, CCO
, etc.
primary_controlling_contact.document_id
String
Yes
Document ID of the base document of the primary controlling contact.
primary_controlling_contact.relationship_to_entity
String
Yes
Relationship of the primary controlling contact with the entity. Eg. CEO
, CCO
, etc.
owners.title
String
Yes
Relationship of the owner with the entity. Eg. CEO
, CCO
, etc.
owners.ownership
Number
Yes
Percentage ownership of the owner.
attested*
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
cryptocurrency
Boolean
Yes
Set as false
if business is not involved with cryptocurrency.
msb.federal
Boolean
Yes
Set as false
if business does not have Money Transmission Licenses (MTL) in any states.
msb.states
List of String
Yes
List of states that business has Money Transmission Licenses (MTL) in.
public_company
Boolean
Yes
Set as false
if business is not a public company.
majority_owned_by_listed
String
Yes
Set as false
if business is not majority owned (50% or more) by a public company.
registered_SEC
String
Yes
Set as false
if business is not registered with U.S. Securities and Exchange Commission (SEC).
regulated_financial
String
Yes
Set as false
if business is not a regulated financial company.
gambling
String
Yes
Set as false
if business is not involved with the internet gambling business.
Example Request
Last updated