Skip to main content
Permission to use terms of service reliance will only be granted after a review of your onboarding process that includes documentation (i.e. screenshots) of where our terms of service are being presented to your users. In no way does this relax our requirement that users are shown our terms of service.

How to get Terms of Service Reliance Approval

  1. The Developer must include the following text with a check box:

    By clicking “Accept”, you agree to Bridge’s Terms of Service and Privacy Policy.
    1. Terms of Service must link the appropriate Terms for the Region the end customer is in (US, EEA, Rest of World).
    2. Privacy Policy must link to the corresponding Privacy Policy for the Region the end customer is in (US, EEA, Rest of World).
    3. Note: The Bridge TOS and Privacy Policy cannot be embedded into another link.
  2. You must store an attestation that the customer completed terms of service.
  3. Once this is implemented, share a screenshot with your contact at Bridge. We will submit it for review and approve Terms of Service Reliance.
  4. You must integrate correctly with our KYC Links API or Customers API to utilize Terms of Service Reliance. See Below
Include the following parameters:
"developer_accepted_tos": true

Customers API Integration

"has_accepted_terms_of_service": true,  
"signed_agreement_id": <some_id>
Note: The signed_agreement_id provided should correspond to an internal identifier in your system that can be used to find an attestation that the customer completed terms of service. We may provide a list of signed_agreement_ids and request their corresponding attestations at any time.