---
title: "GET /api/transactions/v1/failed"
method: GET
path: "/api/transactions/v1/failed"
tags: ["Transactions Module"]
---

# GET /api/transactions/v1/failed

`GET /api/transactions/v1/failed`

## Response `200`

- TransactionFailed[]
  - `type` 'CASH_IN' | 'CASH_OUT' | 'TRADE' | 'PAYMENT'
  - `error` Error, required
    - `index` number, required
    - `errors` ErrorDetail[], required
      - `code` string, required
      - `detail` string, required
  - `is_deleted` boolean, required
  - `id_transaction_failed` string, required
  - `created_at` string, date-time, required
  - `account_type` string, nullable, required
  - `account_number` string, nullable, required
  - `account_external_code` string, nullable, required
  - `id_message` string, nullable, required
  - `status_code` string, required
  - `is_voided` boolean, required
  - `id_blocked` boolean, required
  - `id_organization` string, required
  - `updated_at` string
  - `created_by` string, required
  - `last_updated_by` string
  - `deleted_at` string
  - `deleted_by` string
  - `amount` number, nullable
  - `amount_normalized` number, nullable
  - `asset` string, nullable
  - `counterparty_info` CounterPartyInfo
    - `entity_code` string, nullable
    - `entity_name` string, nullable
    - `entity_type` string, nullable
    - `account_type` string, nullable
    - `routing` string, nullable
    - `detail` string, nullable
    - `tax_id_type` string, nullable
    - `tax_id_number` string, nullable
    - `name` string, nullable
  - `currency` string, nullable
  - `data` object, nullable
  - `date` string, nullable
  - `datetime` string, nullable
  - `device_info` DeviceInfo
    - `ip_address` string, nullable, required — IP (20.0.0.0)
    - `device_identifier` string, nullable
    - `app_version` string, nullable
    - `user_agent` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `country` string, nullable
    - `mac_address` string, nullable
  - `external_code` string, nullable
  - `fingerprint` string, nullable
  - `id_account` string, nullable
  - `mfa_info` MFAInfo
    - `done` string, nullable
    - `method` string, nullable
    - `detail` string, nullable
  - `price` number, nullable
  - `quantity` number, nullable
  - `sub_type` string, nullable
  - `tags` string[], nullable

## Other responses

- `401` — Invalid JWT token - Authentication required

---

[API](https://skmtc.dev/complif/apis/complif-apis.md) · [All operations](https://skmtc.dev/complif/apis/complif-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complif/complif-apis/revisions/2bbf0308cd2e/schema)
