---
title: "Get transaction details by issueID."
method: POST
path: "/v0.2.4/accounts/issue-id-transactions"
tags: ["Account"]
---

# Get transaction details by issueID.

`POST /v0.2.4/accounts/issue-id-transactions`

## Query parameters

- `issueID` string, required

## Request body

- object
  - `subAccount` string — Subaccount if any.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Success message.
  - `data` object[]
    - `id` string
    - `account_number` string
    - `issueID` string
    - `fee` number
    - `account_bank` string
    - `type` string
    - `issuer` string
    - `enabledToRedeem` string[]
    - `reference` string
    - `quote` object
      - `receiver` string
      - `rate` number
      - `sender` string
      - `originCurrency` string
      - `destinationCurrency` string
      - `expiresAtTimestamp` integer
      - `originCurrencyDebitAmount` number
      - `markups` object
      - `expiresAt` string
      - `destinationCurrencyCreditAmount` number
    - `chiRef` string
    - `issueDate` string, date-time
    - `initiatedBy` string
    - `redeemData` object
    - `valueInUSD` number
    - `chimoney` number
    - `countryToSend` string
    - `amount` number
    - `personalizedMessage` string
    - `branch_code` string
    - `t_id` integer
    - `collectionPaymentIssueID` string
    - `narration` string
    - `integration` object
      - `reference` string
      - `appID` string
    - `fullname` string
    - `paymentDate` string, date-time
    - `redeemDate` string, date-time
    - `meta` object
      - `amount` number
      - `currency` string
      - `payer` string
    - `payout` object
      - `account_number` string
      - `bank_code` string
      - `amount` number
      - `created_at` string, date-time
      - `error` string
      - `reference` string
      - `requires_approval` integer
      - `full_name` string
      - `meta` object
        - `payer` string
      - `narration` string
      - `bank_name` string
      - `is_approved` integer
      - `currency` string
      - `complete_message` string
      - `id` integer
      - `payoutLink` string
      - `debit_currency` string
      - `status` string
    - `updatedDate` string, date-time
    - `status` string
    - `deliveryStatus` string

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `404` — Error indicating that the transaction was not found.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
