# SEPA Instant Credit Transfers ## Check the reachability of a bank via SEPA Instant Credit Transfer - [GET /v1/sepa_instant_reachability/{iban}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-credit-transfers/paths/~1v1~1sepa_instant_reachability~1%7Biban%7D/get.md): 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 , you can use the POST Create a SEPA Instant Credit Transfer endpoint to initiate the transfer. If the IBAN's reachability is , the transaction will fail. You can use the standard SEPA Credit Transfer instead. ## Create a SEPA Instant Credit Transfer - [POST /v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-credit-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1sepa_instant_credit_transfers/post.md): Creates a SEPA Instant Credit Transfer on the account specified in the request URL and triggers the 2FA flow via change request. You must add the transaction details in the request body. ## Index all SEPA Instant Credit Transfers for an account - [GET /v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-credit-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1sepa_instant_credit_transfers/get.md): Returns a list of all SEPA Instant Credit Transfers for the account specified in the request URL. You can filter the results by the , transaction , etc. ## Retrieve a single SEPA Instant Credit Transfer for an account - [GET /v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers/{id}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-instant-credit-transfers/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1sepa_instant_credit_transfers~1%7Bid%7D/get.md): Returns the SEPA Instant Credit Transfer with the specified in the request URL.