NaaS — Submerchant Management
KYB Onboarding Link
POST /v2/naas/submerchants/onboarding_link — initiate a KYB verification flow for an enrolled sub-merchant.
Initiates a KYB (Know Your Business) verification flow via CAF for an enrolled sub-merchant. Returns an
Response
The
end2end process identifier and the CAF onboarding URL.
Payload fields
| Field | Type | Required | Description |
|---|---|---|---|
correlation_id | string (UUID) | Yes | The UUID returned by Enroll Sub-merchant. |
webhook | string | No | URL that receives a status update on every KYB state change. |
Response 201 Created
| Field | Type | Description |
|---|---|---|
end2end | string | Process identifier for the KYB flow |
url | string | CAF onboarding URL — populated at creation time |
url follows the format https://cadastro.io/{id}. If it is empty, use GET /v2/naas/submerchants/onboarding_status to poll until it appears.
400 — missing or empty correlation_id.
404 — correlation_id not found or does not belong to this master merchant.

