The returned URL is an interface hosted by Iron. Once the customer has completed the flow, Iron reviews the submission, performs verification, and decides on approval. Iron is fully responsible for all compliance obligations, including final verification and ongoing monitoring.Documentation Index
Fetch the complete documentation index at: https://docs.iron.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Create a Link Identification
POST /customers/{id}/identifications/v2
The request body must include "type": "Link" to select the hosted flow. This is the discriminator that tells the API which identification method to use.
| Field | Required | Description |
|---|---|---|
type | Yes | Must be "Link" for hosted identifications |
with_edd | No | Set to true to initialize with the full Enhanced Due Diligence process |
url to your customer. They complete the verification flow in the hosted interface, and Iron handles the rest.
In Sandbox, you can approve or reject the identification via
POST /sandbox/identification/{id} instead of waiting for a manual review. See Sandbox.
