---
title: "Index all SEPA Instant Credit Transfers for an account"
method: GET
path: "/v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers"
tags: ["SEPA Instant Outgoing"]
---

# Index all SEPA Instant Credit Transfers for an account

`GET /v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers`

Returns a list of all SEPA Instant Credit Transfers for the account specified in the request URL. You can filter the results by the `creditor_iban`, transaction `status`, etc.

## Path parameters

- `account_id` string, required

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[status]` 'INITIATED' | 'RESERVED' | 'READY_FOR_CLEARING' | 'CLEARED' — The status of the transaction.
- `filter[creditor_iban]` string

## Response `200`

Successful result of the operation

- SEPAInstantCreditTransferTransactionResponse[]
  - `id` string — The ID of the transaction.
  - `amount` object — The transaction amount.
    - `value` integer — The amount value in cents.
    - `currency` string — The currency of the given value. Only EUR is currently supported.
  - `creditor_iban` string — The IBAN of the creditor account (i.e., the account holder receiving the money). The IBAN must be reachable via SCT Instant!
  - `creditor_name` string — The name of the creditor (i.e., account holder).
  - `description` string — A description for the transaction given by the customer.
  - `end_to_end_id` string — Your unique end-to-end ID for the transaction.
  - `initiator_reference` string — Your unique reference for the transaction.
  - `idempotency_key` string, uuid — Your unique value generated for the transaction, which Solaris uses to recognize subsequent retries of the same request.
  - `status` 'INITIATED' | 'RESERVED' | 'READY_FOR_CLEARING' | 'CLEARED' — The status of the transaction.
  - `valuta_date` string, date — The valuta date of the transaction.

## Other responses

- `400` — There was an error on the client side.
- `403` — You are not authorized to perform this action.
- `404` — The model could not be found.
- `500` — Internal server error.
- `default` — Unexpected error

---

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