Organisation Code
Your unique identifier for customer onboarding configuration
An organisation code is a unique identifier assigned to your organisation by VerifiMe during onboarding. You pass it as the code parameter in POST /v1/user/invite to associate new customers with your organisation.
What It Controls
Each organisation code carries configuration that applies to all invites created with it:
| Setting | Description |
|---|---|
| Workflow type | Which verification flows are available to customers |
| Return URL | Where to redirect customers after they complete data entry |
| Status | Active or Inactive - only active codes can be used to create invites |
Workflow Types
The workflow type determines what entity types customers can verify through this code.
| Type | Description |
|---|---|
DEFAULT | Customers can verify as any supported entity type |
INDIVIDUAL_ONLY | Customers can only verify as individuals |
ORGANISATION_ONLY | Individual identity is still required; customer then proceeds directly to organisation verification (company, trust, partnership, sole trader) |
The workflow type is configured by your VerifiMe account manager during onboarding.
Multiple Organisation Codes
By default, each organisation receives one code. If your application requires different workflow types or configurations for different customer flows, additional organisation codes can be provisioned upon request. Contact your VerifiMe account manager.
Return URL
A return URL can be configured on your organisation code to automatically redirect customers back to your application after they complete data entry in the VerifiMe portal.
- Any valid browser URI is supported -
https://,http://, or custom schemes such asmyapp://callbackfor deep linking into native mobile apps - Once set, it applies to all invites using this organisation code
- See Step 3: Customer Data Entry for how this fits into the integration flow
Setup
All organisation code settings are configured by your VerifiMe account manager during onboarding. You will receive:
- Your organisation code (e.g.
ZEG69SIEL7AP) - The workflow type configured for your use case
- A return URL if requested
For changes to any configuration, additional codes, or questions, contact support@verifime.com.