| Account Type | Description | Ownership | Example |
|---|---|---|---|
| Clearance Account | Tracks all reconciliation and settlement inflows/outflows. | System / Business | 000019283740 |
| Operational Account | Holds the business’ active funds for payouts and internal transfers. | Business | 100019283740 |
curl --location --request POST 'https://api.staging.vrtx.sa/cl/v1/businesses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"unified_number": "7009873774",
"cr_number": "1234567811",
"official_name_ar": "شركة فرتكس العربية",
"official_name_en": "Vrtx Arabia Trading Co.",
"short_name_ar": "فرتكس العربية",
"short_name_en": "Vrtx KSA",
"cr_expiry_date": "2025-12-31T00:00:00.000Z",
"email": "ops@vrtx.sa",
"mobile": "+966501234567",
"status": "ACTIVE"
}'{
"id": "85fee10b-e47f-46c6-b5c3-e0d34c5060b3",
"unified_number": "7000102991",
"cr_number": "1234567897",
"official_name_ar": "شركة فرتكس العربية",
"official_name_en": "Vrtx Arabia Trading Co.",
"short_name_ar": "فرتكس العربية",
"short_name_en": "Vrtx KSA",
"cr_expiry_date": "2025-12-31T00:00:00.000Z",
"email": "ops@vrtx.sa",
"mobile": "+966501234567",
"prefix3": "103",
"account_number": "010300006011",
"status": "ACTIVE",
"created_at": "2025-10-25T12:35:16.446Z",
"updated_at": "2025-10-25T12:35:16.446Z"
}