Skip to main content
GET
List credit memos

Authorizations

Authorization
string
header
required

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.

Query Parameters

account_id
string<uuid>

Filter to a specific account

limit
integer
default:25
Required range: 1 <= x <= 500
starting_after
string<uuid>

Cursor for pagination (Stripe-style starting_after). Entity-wide list only.

expand[]
enum<string>[]
Available options:
data.account,
data.source,
data.applications

Response

List of credit memos

object
enum<string>
Available options:
list
data
object[]
has_more
boolean
next_cursor
string | null
url
string
credit_balance
number

Total credit balance (account-scoped only)