---
title: "Index rejected incoming transactions"
method: GET
path: "/v1/accounts/{account_id}/rejected_incoming_transactions"
tags: ["Reference accounts"]
---

# Index rejected incoming transactions

`GET /v1/accounts/{account_id}/rejected_incoming_transactions`

Returns an array containing all incoming transactions to the account specified in the request URL that Solaris rejected/returned.

## Path parameters

- `account_id` string, required

## Query parameters

- `page[number]` integer
- `page[size]` integer

## Response `200`

The operation was successful.

- RejectedTransaction[]
  - `id` string — ID of the rejected transaction.
  - `sender_name` string — The name of the person who sent the funds.
  - `sender_iban` string — IBAN of the account from which the funds were sent.
  - `amount` Amount
    - `value` integer — The amount of the transaction, in Euro cents.
    - `currency` 'EUR' — The currency of the transaction.
    - `unit` string — The unit of the transaction.
  - `rejection_reason` string — The reason why Solaris rejected the transaction.
  - `rejected_at` string — UTC timestamp from when Solaris rejected the transaction.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `404` — The account could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
