Skip to main content

Integration Settings

Integration Settings is where an Administrator connects the platform to the Company's systems. It has three tabs — API interface, Web redirect, and No-code — and, like all settings, is kept per environment, so Sandbox and Production hold separate values.

Editing on every tab requires the app-configuration permission (Administrator); other roles see the values read-only.

API interface​

For integrating your own application and backend against the platform APIs.

  • API credentials — your API client (client ID) and API secret (client secret), shown as read-only, copy-to-clipboard fields. These are the OAuth2 client-credentials your backend uses to call the Capture & Workflow API and the Customer API.
  • Generate API keys — (re)generates the client ID and secret. A confirmation dialog guards it, because regenerating replaces the current credentials.
  • Callback URL — the endpoint the platform calls with notifications about verification results and record changes. It is validated as a URL and saved with Save changes. See Webhooks & Callbacks for the delivery model and payloads.

Web redirect​

Configuration for the hosted Website Redirect flow — where the platform returns users after they finish in the hosted verification app.

  • Enable web redirect — a toggle that turns the redirect flow on or off.
  • The return URLs and branding:
FieldUsed when
Verified URLVerification succeeded.
Unverified URLThe user cancelled.
Rejected URLThe result was rejected or failed.
Logo URLYour logo, displayed inside the hosted verification app.

Save with Save changes.

No-code​

Generate a ready-to-use hosted verification experience with no development at all.

  • Default workflow — choose and save which workflow the no-code link runs. You must have created a workflow first, and a default must be saved before a link can be generated.
  • Verification usage — in Sandbox, no-code verifications count against a verification limit; when the limit is reached the link is blocked and a Contact us action lets you request an increase.
  • Generate link / Revoke link — create or revoke the shareable link (Generate is disabled until a default workflow is saved).

Once a link exists, it is offered three ways (in a dialog with a tab for each):

FormatUse
QR codeA scannable QR code to download and print or display.
LinkA static URL to share directly.
EmbedAn <iframe> HTML snippet to embed in your own page.

See No-code / Low-code.

See also​