Get a customer credit memo
Returns the full detail of a single customer credit memo by ID, including the credit amount,
remaining balance, all application events (showing which invoices were offset and for how much),
and the originating source document.
Requires accounting:read scope.
Authorizations
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.
Path Parameters
Response
Single credit memo
A customer credit memo representing a future payment obligation by Arcus to an account. Tracks open_balance for partial application across multiple orders. GL: DR AR Clearing / CR AR on creation; DR AR / CR Cash on application.
The customer account this credit belongs to.
Original credit amount issued.
Remaining unapplied balance.
open, partially_applied, fully_applied, voided Clearing account used for this credit.
The GL entry that created this credit.

