# Check the reachability of a bank via SEPA Instant Credit Transfer 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. Endpoint: GET /v1/sepa_instant_reachability/{iban} Version: 1.0 ## Path parameters: - `iban` (string, required) The recipient's IBAN. ## Response 200 fields (application/json): - `sct_instant_reachability` (boolean) Indicates whether or not a SEPA Instant Credit Transfer can be sent to this IBAN. ## Response 400 fields (application/json): - `errors` (array) - `errors.id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `errors.code` (string) Example: "invalid_request" - `errors.title` (string) Example: "Invalid Request" - `errors.details` (string) Example: "Request is invalid" ## Response 403 fields (application/json): - `errors` (array) - `errors.id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `errors.code` (string) Example: "unauthorized_action" - `errors.title` (string) Example: "Unauthorized Action" - `errors.details` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `errors` (array) - `errors.id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `errors.code` (string) Example: "model_not_found" - `errors.title` (string) Example: "Model Not Found" - `errors.details` (string) Example: "Model was not found" ## Response 500 fields (application/json): - `errors` (array) - `errors.id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `errors.code` (string) Example: "generic_error" - `errors.title` (string) Example: "Internal Server Error" - `errors.details` (string) Example: "Internal server error occurred"