| Step | Description | Wallet | Direction |
|---|---|---|---|
| 1 | Debit the clearance wallet to reflect outgoing funds | Clearance | DEBIT (−) |
| 2 | Credit the operational wallet to make funds available for use | Operational | CREDIT (+) |
curl --location --request POST 'https://api.staging.vrtx.sa/cl/v1/funds' \
--header 'Idempotency-Key: fund-req-123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_account_number": "950100010020",
"amount": "1250.50",
"currency": "SAR",
"external_reference": "INV-123451122211",
"notes": "Funding for marketplace float"
}'{
"id": "a24a1f57-d645-42c6-b67d-b188aaca9cd7",
"business_account": "054200001011",
"amount": "1250.50",
"currency": "SAR",
"external_reference": "INV-123451111",
"notes": "Funding for marketplace float",
"status": "SUCCESS",
"created_at": "2025-10-25T15:03:54.190Z"
}