| Step | Description | Account | Direction |
|---|---|---|---|
| 1 | Debit the source account (wallet or operational) | Business / Wallet | DEBIT (−) |
| 2 | Credit the WORLD pseudo-account to reflect money leaving the ecosystem | Clearance Wallet | CREDIT (+) |
curl --location --request POST 'https://api.staging.vrtx.sa/cl/v1/withdrawals' \
--header 'Idempotency-Key: withdraw-req-123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_account_number": "088400008012",
"amount": "100.00",
"currency": "SAR",
"external_reference": "WD-00123452222",
"purpose": "Cash-out",
"notes": "Send to settlement account"
}'{
"id": "630a552d-97e3-4ae0-8dc9-c373ee1fd86a",
"source_account_number": "054200001011",
"amount": "10.00",
"currency": "SAR",
"external_reference": "WD-0012345",
"purpose": "Cash-out",
"notes": "Send to settlement account",
"status": "SUCCESS",
"created_at": "2025-10-25T14:42:27.201Z"
}