Skip to main content
GET
List account payment methods across accounts in this entity

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 payment methods belonging to this account.

type
enum<string>

Filter by payment method type.

Available options:
card,
ach
is_default
boolean

Filter by default-PM state.

is_active
boolean

Filter by active state. Omit to return both active and soft-removed PMs.

limit
integer
default:25

Number of rows to return. Default 25, max 500.

Required range: 1 <= x <= 500
starting_after
string<uuid>

Cursor: a payment-method id from a previous response. Returns rows ordered before this cursor by (created_at DESC, id DESC).

Response

List of account payment methods

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

"/v1/account-payment-methods"