Create new beneficial owner
https://corporate-api.synaps.io/v2/corporate/member/create/:id
Create new beneficial owner for a company
Form Data Parameters
Beneficial owner firstname
Beneficial owner lastname
Shares (in percent %) owned by the member
Submit beneficial owner identity verification
https://corporate-api.synaps.io/v2/corporate/member/identity/:id
Send identity document of beneficial owner
Form Data Parameters
must be a valid file (image/jpg, image/jpeg, image/png)
max 4MB
must be a valid file (image/jpg, image/jpeg, image/png)
max 4MB
Type of document
PASSPORT
NATIONAL_ID
DRIVER_LICENSE
RESIDENT_PERMIT
Country of document in alpha 3 code (ISO-3166)
(e.g. for France send FRA as country value)
Submit beneficial owner residency verification
https://corporate-api.synaps.io/v2/corporate/member/residency/:id
Send a proof of residency document of beneficial owner
Form Data Parameters
must be a valid file (image/jpg, image/jpeg, image/png, application/pdf)
max 4MB
Type of document
UTILITY_BILL
BANK_STATEMENT
Country of document in alpha 3 code (ISO-3166)
(e.g. for France send FRA as country value)
Get identity allowed documents
https://corporate-api.synaps.io/v2/corporate/member/identity/allowed_documents
Get allowed document types
Headers
Session-Id that you want retrieve info
Session information
[
"PASSPORT",
"NATIONAL_ID",
"DRIVER_LICENSE",
"RESIDENT_PERMIT"
]
Invalid Session-Id
{
"api_code": "SESSION_UNKNOWN",
"message": "Unknown session"
}
API Response
Returns an array of string containing document type such as :
[
"PASSPORT",
"NATIONAL_ID",
"DRIVER_LICENSE",
"RESIDENT_PERMIT"
]
Get residency allowed documents
https://corporate-api.synaps.io/v2/corporate/member/residency/allowed_documents
Get allowed document types
Headers
Session-Id that you want retrieve info
Session information
[
"UTILITY_BILL",
"BANK_STATEMENT",
]
Invalid Session-Id
{
"api_code": "SESSION_UNKNOWN",
"message": "Unknown session"
}
API Response
Returns an array of string containing document type such as :
[
"UTILITY_BILL",
"BANK_STATEMENT",
]