Skip to main content
Before creating a user account (KYC) or an entity account (KYB), the end user must accept the required terms. This step is common to both flows.

Accept the Byzantine Terms and Conditions

The user must accept the Byzantine Terms and Conditions before creating the account. The timestamp of the acceptance is required when calling the create endpoint:
  • Individuals (KYC): /submit/create-user
  • Legal entities (KYB): /submit/create-entity

Accept the Bridge Terms of Service

The following endpoint should be used to obtain a Terms of Service acceptance link. Integrators should then display this link to the end user, either via a redirect or an iFrame. End users must click it to accept the Bridge Terms of Service.

Get a Bridge ToS link

The user must accept the Bridge Terms of Service before creating the account. The returned ToS agreement ID will be used in the next step when calling the create-user or create-entity endpoint.
Please refer to Account Creation for more details about the Bridge ToS.