Gatenox Hub
  • Gatenox guide
    • Introduction
    • What's new?
  • Gatenox API
    • Overview
      • Authentication
      • Rate limiting
      • Errors
    • API reference
      • Individual verifications
      • Corporate verifications
      • Case manaegment - change status
      • Attachments download
      • Verified crypto addresses
      • Comprehensive screening
      • API versions - history
    • Webhooks
  • ID Node - how to ... ?
    • What should I do after first login?
    • I received an email from Gatenox
      • Invitation for verification
      • Invitation for KYC
      • Invitation to team
    • Create and complete company profile
      • Add new company
      • Manage business information
        • Business Identity
        • Business Details
        • Business Addresses
        • Business Financials
        • Business Representatives
        • Additional information
        • Contact Details
      • Create / modify ownership structure
        • Shareholders
        • Proposed UBOs
        • UBOs
      • Verification
        • Individuals
        • Business Documents
      • Summary
        • Review and finish
    • Share company profile
      • Start onboarding
      • Complete required company data
      • Share my profile
    • I received a message from Compliance Officer
    • KYC process
      • Complete KYC details
  • Compliance Cloud - how to ... ?
    • Start onboarding customers with Gatenox
      • About your company
      • What data my company requires?
      • Referral code
      • Send the invitation for review to the corporate client
      • Send the invitation for Individual KYC
      • Apply via Gatenox
      • Integration options with Gatenox HUB
    • Multiple company profiles
    • Cases management
      • Corporate verifications
      • Individual verifications
    • Risk assessment
      • Summary
      • In-App Communication Tool
      • Ask for data update
      • Risk score recalculation
      • Company details
      • Personal details
      • Business representatives
      • UBOs
      • Company structure
      • Identified issues
      • Files
      • Additional files
      • Document AI
      • Entities verification
      • Final assessment
      • Report
    • Comprehensive screening
      • Check sanctions / PEP / criminal records
      • Check crypto addresses
      • Document AI (coming soon ...)
  • General settings
    • Account information
    • Company information
    • Billing and plans
    • Users management
    • Feedback
Powered by GitBook
On this page

Was this helpful?

  1. Compliance Cloud - how to ... ?
  2. Start onboarding customers with Gatenox

Apply via Gatenox

Last updated 1 year ago

Was this helpful?

Instead of sending each user an invitation email (Send the invitation for review to the corporate client), you can add "Apply via Gatenox" button or link on your webpage / portal using your referral code (Referral code).

You can use the following button to inform users about verification processes via Gatenox:

<a class="GatenoxButton" href="https://app.gatenox.com/referrals/join/GATENOX">
	<div class="GatenoxButton-caption">Apply via Gatenox</div>
</a>

The "GATENOX" code in href link should be replaced with your referral code. It is available to copy from "Settings" menu, tab "Company information" ().

.GatenoxButton {
  margin: 0 auto;
  display: block;
  position: relative;

  height: 50px;
  width: 286px;
  border-radius: 10px;
  background-color: #6610F2;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
}

.GatenoxButton-caption {
  position: absolute;
  top: 9px;
  left: 62px;

  height: 30px;
  width: 224px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;

}
Where is my referral code?
"Apply via Gatenox" button
"Apply via Gatenox" button