Steps to Onboard and Activate a Customer
Verify the customer's identity using one of these methods
- Hosted Iron KYC link
- SumSub token sharing
- Outsourcing
Customer Status During Lifecycle
Onboarding LifecycleIdentificationRequired: Customer has been created and needs to complete the KYC process.SigningsRequired: Customer has completed KYC and needs to review and sign required documents.Active: Customer has fulfilled all onboarding requirements and can access Iron services.
- To repeat the KYB/C process, initiate a new identification. This transitions the customer’s status to
IdentificationRequiredand blocks access until completed. - A customer’s status may revert from
ActivetoSigningsRequiredorIdentificationRequiredif new compliance actions are required.
IdentificationRequired and a URL will be made available on the Identification object.
You can pass this URL to the customer to access an Iron hosted step up flow. The hosted flow presents a form where the customer provides the exact missing or additional information. Once the data is collected and approved, the customer status returns to Active.
This situation occurs in the following cases:
- A supplied data point is found to be invalid, expired, or inconsistent during processing
- A customer reaches a limit that triggers additional due diligence requirements
KYC Status
| Status | Description |
|---|---|
Pending | Customer has not started the process |
Processed | Customer has completed the input process |
PendingReview | Identification is ready for compliance review |
Approved | Identification has been approved |
Rejected | Identification has been rejected |
Pending → Processed → PendingReview → Approved / Rejected
Onboarding via API
Create a Customer
POST /customersThe customer is created immediately in IdentificationRequired status.Create an Identification
POST /customers/{id}/identifications/v2Create and complete a Link, Person, or Token identification.SigningsRequired.Retrieve Required Signings
GET /customers/{id}/required-signingsurl to your customer for review, similar to how you handle the KYC link.Onboarding via Partner Dashboard
You can also onboard customers directly in the Partner Dashboard:Log In
Access the Partner Dashboard.
Ensure you handle
idempotency-key correctly to avoid duplicate operations. If additional information is needed, our compliance team will contact you directly.



