---
title: "Get a Core card transaction by ID"
method: GET
path: "/v1/admin/card-transaction/{transactionId}"
tags: ["CardTransaction"]
---

# Get a Core card transaction by ID

`GET /v1/admin/card-transaction/{transactionId}`

## Path parameters

- `transactionId` string, required

## Response `200`

Default Response

- object
  - `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

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `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)
