Writes off the outstanding balance of a vendor bill as income recognition.
GAAP basis (FASB ASC 405-20): writing off AP is a gain from extinguishment of liability — NOT an expense. The journal entry posted is:
DR Accounts Payable (ap_account) <balance_due>
CR Vendor Write-Off Income (4998) <balance_due>
Distinction from DELETE /vendor-bills/{id} (void):
amount_paid = 0.balance_due is written off.The bill’s status transitions to written_off (terminal state). The original bill
journal entry remains intact on the books.
Idempotency: re-POST with the same (source_type=WRITE_OFF, source_id=bill_id) pair
returns the cached result without re-posting the JE.
Period lock: write-off of a bill in a locked tax year returns HTTP 422 closed_period.
Requires purchasing:write scope.
Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Optional idempotency key (UUID). Re-POST with same key returns cached 200 without re-processing.
Bill written off