- Reference HIFI’s Terms in Your Privacy Policy – Include HIFI’s terms by reference in your own ToS/privacy policy and accept the terms of service via API. Best for integrating without interrupting your existing compliance flow.
- Use HIFI’s Hosted ToS Link - Generate a ToS link and have users accept via HIFI-hosted pages.
Option 1: Reference Terms
If you already have a terms of service or privacy policy acceptance flow, you can reference HIFI’s terms within it. This approach lets you keep users in your own onboarding flow while still generating the required signed agreement ID in the background.How It Works
- Include HIFI’s terms by reference in your privacy policy or terms of service
- Collect acceptance through your existing flow (checkbox, button, etc.)
- When the user accepts, generate and accept the ToS Link in the background
- Create the user account, passing the accepted ToS Link ID as
signedAgreementId
Implementation
Add a reference to HIFI’s terms in your privacy policy:We use HIFI to process financial transactions. By using our service, you also agree to HIFI’s Terms & Conditions and Privacy Policy.
After updating your Terms of Service, please contact us with documentation or evidence of the update. Our team will conduct periodic reviews to ensure continued compliance.
1
Generate ToS Link:
When the user accepts your privacy policy (which includes HIFI’s terms by reference), generate a HIFI ToS Link in the backgroundRequest:Response:
2
Accept ToS Link:
Accept the ToS Link with the Response:
sessionTokenRequest:3
Create User
Create User with the accepted ToS Link IDRequest:Response:
Option 2: Use HIFI’s Hosted ToS Link
Alternatively, you can collect user consent through HIFI-hosted pages. This approach provides explicit proof of consent and is useful when you want HIFI to handle the ToS presentation.How It Works
- Create a unique ToS link and share it with your user.
- The user reviews and accepts HIFI’s terms and privacy policy via the hosted page.
- When the user accepts, HIFI sends a webhook message indicating the ToS link has been accepted.
- Create the user account, passing the ToS Link ID as
signedAgreementId.
1
Generate ToS link
When the user accepts your privacy policy (which includes HIFI’s terms by reference), generate a HIFI ToS Link in the backgroundRequest:Response:
2
Share the ToS Link with your user
Display the ToS page to your user (via link or embedded). User reviews and accepts HIFI’s terms and privacy policy.

3
Wait for webhook message
After the ToS Link is accepted, HIFI will send out webhook message to the registered URL.Response:
4
Create User
Create User with the accepted ToS Link IDRequest:Response:
Custom Templates & Redirect
White-label the ToS page with your branding and include a redirect URL for once the user accepts the terms of service:- Upload Branding: Upload your company logo via https://app.hifi.com/sandbox/developer/template
- Receive Template ID: Once the logo is uploaded, you will receive the template ID on the same page
- Use Template ID: Include
templateIdwhen generating ToS Link - Include redirect URL: Include
redirectUrlwhen you want to send user to a different page once terms of service is accepted.
Getting Help
- 📧 Email: support@hifi.com
- 💬 Slack: Message us in our shared Slack channel
Related Resources
- Users - Create user accounts after ToS acceptance
- HIFI Terms & Conditions - View the terms users accept
- HIFI Privacy Policy - View the privacy policy users accept