An important requirement when onboarding new customers is telling them about laws and regulations that affect them: that is, you must disclose that regulatory information.
person_id
or business_id
: identifies the relevant customerevent_type
: describes the customer’s level of interaction with the disclosed documenttype
: describes the regulatory requirement that triggered the disclosureversion
: identifies a particular revision of the disclosed documenttype
and version
uniquely specify a disclosure document. These are represented in Synctera’s database, but not currently available via our API. You should have a default set of disclosure documents already available:
disclosure type | document version |
---|---|
REG_DD | 1.0 |
KYC_DATA_COLLECTION | 1.0 |
REG_E | 1.0 |
REG_CC | 1.0 |
E_SIGN | 1.0 |
PRIVACY_NOTICE | 1.0 |
TERMS_AND_CONDITIONS | 1.0 |
POST /v0/disclosures
. The request body is a disclosure record.
business_id
instead of person_id
:
type
and version
identify the disclosure document. If this disclosure document does not already exist in Synctera’s system, you will get an error. See above for the list of available disclosure documents.
The type
and event_type
fields are fully described in the API specification.
POST /v0/disclosures
returns a 201 Created response with the new disclosure record (including a unique ID). For example, the above request to create a disclosure for a personal customer might return
person_id
or business_id
to limit the result to a single customer: