---
title: "Rejected / Failures"
method: POST
path: "/TransactionReports/RejectsTransactions"
tags: ["Reports - Transactions"]
---

# Rejected / Failures

`POST /TransactionReports/RejectsTransactions`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `terminal_uid` string, required — Unique identifier for terminal
  - `filter` object
    - `fromDate` string, required
    - `untilDate` string, required
    - `currency_code` string
    - `customer_uid` string
    - `reference_number` string
  - `skip` string — From where you want to start take records.in this example you start from the first record
  - `take` string — required if skip have some value. max 500 This means that you want take 5 records.

## Response `200`

200

- object
  - `transactions` object[]
    - `uuid` string
    - `transaction_type` string
    - `number` string
    - `isAlternativePayment` boolean
    - `created_at` string
    - `information` object
      - `customer_bank_account_id` unknown
      - `source_id` integer
      - `approval_number` string
      - `voucher` string
      - `amount_by_currency` integer
      - `number_of_payments` integer
      - `more_info` string
      - `secure3ds` unknown
      - `transaction_at` string
      - `card_date_mmyy` string
      - `card_num` string
      - `customer_name_invoice` string
      - `source` object
        - `key` string
      - `currency` object
        - `currency_code` string
      - `customer` object
        - `uuid` string
        - `customer_name` string
    - `cashier` object
      - `uuid` string
      - `name` string
      - `number` integer
    - `error` object
      - `status_code` string
      - `key` string
    - `alternative` unknown
    - `brand` object
      - `name` string
  - `pages` integer
  - `count` integer

## Other responses

- `400` — 400

---

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