---
title: "List Core card transactions for a Dash.fi account"
method: GET
path: "/v1/admin/account/{accountId}/card-transaction"
tags: ["CardTransaction"]
---

# List Core card transactions for a Dash.fi account

`GET /v1/admin/account/{accountId}/card-transaction`

## Path parameters

- `accountId` integer, required

## Query parameters

- `cardholderId` string
- `cardId` string
- `descriptor` string
- `statuses` string
- `page` integer
- `pageSize` integer

## Response `200`

Default Response

- object
  - `items` object[], required
    - `id` string, required
    - `status` union, required
      - 'pending'
      - 'declined'
      - 'settled'
      - 'released'
    - `clientId` string, required
    - `cardId` string, required
    - `cardName` string, required
    - `cardLastFour` string, required
    - `cardProfileRepaymentSchedule` union, required
      - 'net-1'
      - 'net-3'
      - 'net-7'
      - 'net-15'
      - 'net-20'
      - 'net-30'
      - 'net-45'
      - 'net-60'
      - 'net-90'
    - `billingAmountDirection` union, required
      - 'debit'
      - 'credit'
    - `billingCurrencyCode` string, required
    - `pendingBillingAmount` number, required
    - `pendingBillingDecimalAmount` string, required
    - `settledBillingAmount` number, required
    - `settledBillingDecimalAmount` string, required
    - `merchant` object, required
      - `name` string
      - `logoUrl` string
      - `websiteUrl` string
      - `confidence` string
    - `merchantDetails` object, required
      - `acceptorId` string
      - `categoryCode` string
      - `name` string
      - `streetAddress` string
      - `city` string
      - `countrySubdivisionCode` string
      - `countryCode` string
      - `postalCode` string
      - `taxId` string
      - `customerServicePhoneNumber` string
      - `url` string
    - `issues` object[], required
      - `origin` string
      - `reason` string
      - `severity` string
    - `details` string
    - `error` string
    - `externalTransactionId` string
    - `externalCreatedAt` string, date-time
    - `createdAt` string, date-time, required
  - `page` integer, required
  - `pageSize` integer, required
  - `hasNext` boolean, required
  - `totalItemCount` integer
  - `totalSpendAmount` number

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `429` — A service error has occurred
- `502` — A service error has occurred
- `504` — A service error has occurred
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.dev/funneldash/apis/surface-admin-api.md) · [All operations](https://skmtc.dev/funneldash/apis/surface-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funneldash/surface-admin-api/revisions/0dc20381c4a7/schema)
