---
title: "Check the reachability of a bank via SEPA Instant Credit Transfer"
method: GET
path: "/v1/sepa_instant_reachability/{iban}"
tags: ["SEPA Instant Credit Transfers"]
---

# Check the reachability of a bank via SEPA Instant Credit Transfer

`GET /v1/sepa_instant_reachability/{iban}`

Checks if you can send a SEPA Instant Credit Transfer to the IBAN provided or not. Use this endpoint to check the reachability of the recipient's bank before creating a transfer. If the IBAN's reachability is `true`, you can use the [POST Create a SEPA Instant Credit Transfer](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/#tag/SEPA-Instant-Credit-Transfers/paths/~1v1~1accounts~1{account_id}~1transactions~1sepa_instant_credit_transfers/post) endpoint to initiate the transfer. If the IBAN's reachability is `false`, the transaction will fail. You can use the standard [SEPA Credit Transfer](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/#tag/SEPA-Credit-Transfers) instead.

## Path parameters

- `iban` string, required

## Response `200`

Successful result of the operation

- Reachability
  - `sct_instant_reachability` boolean — Indicates whether or not a SEPA Instant Credit Transfer can be sent to this IBAN.

## 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)
