The recipient's IBAN.
SEPA transfers (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
Request
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 endpoint to initiate the transfer. If the IBAN's reachability is false
, the transaction will fail. You can use the standard SEPA Credit Transfer instead.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/sepa_instant_reachability/{iban}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "sct_instant_reachability": true }
Information required to create the SCT.
The transaction amount.
The IBAN of the creditor account (i.e., the account holder receiving the money). The IBAN must be reachable via SCT Instant!
The name of the creditor (i.e., account holder).
A description for the transaction given by the customer.
Your unique end-to-end ID for the transaction.
Your unique reference for the transaction.
Your unique value generated for the transaction, which Solaris uses to recognize subsequent retries of the same request.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "amount": { "value": 3000, "currency": "EUR" }, "creditor_iban": "Lisa Herrmann", "creditor_name": "DE02500105170137075030", "description": "Geschenk", "end_to_end_id": "e2178fc8b9ad4a479e269a47f90b4a43", "initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f", "idempotency_key": "7352a11b-011d-47a4-a449-17371078e98c" }
{ "change_request": { "id": "b520ce9090c44a989149fe7f2f94a785", "status": "AUTHORIZATION_REQUIRED", "updated_at": "2021-12-22T15:05:33.634+00:00", "url": "https://api.solaris.com/v1/change_requests/{change_request_id}/authorize" } }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The IBAN of the creditor account (i.e., the account holder receiving the money). The IBAN must be reachable via SCT Instant!
The name of the creditor (i.e., account holder).
A description for the transaction given by the customer.
Your unique end-to-end ID for the transaction.
Your unique reference for the transaction.
Your unique value generated for the transaction, which Solaris uses to recognize subsequent retries of the same request.
The status of the transaction.
[ { "id": "e8308bd66d3472a987d262d05fb5098siot", "amount": { … }, "creditor_iban": "Lisa Herrmann", "creditor_name": "DE02500105170137075030", "description": "Geschenk", "end_to_end_id": "e2178fc8b9ad4a479e269a47f90b4a43", "initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f", "idempotency_key": "7352a11b-011d-47a4-a449-17371078e98c", "status": "RESERVED", "valuta_date": "2022-04-22" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The IBAN of the creditor account (i.e., the account holder receiving the money). The IBAN must be reachable via SCT Instant!
The name of the creditor (i.e., account holder).
A description for the transaction given by the customer.
Your unique end-to-end ID for the transaction.
Your unique reference for the transaction.
Your unique value generated for the transaction, which Solaris uses to recognize subsequent retries of the same request.
The status of the transaction.
{ "id": "e8308bd66d3472a987d262d05fb5098siot", "amount": { "value": 3000, "currency": "EUR" }, "creditor_iban": "Lisa Herrmann", "creditor_name": "DE02500105170137075030", "description": "Geschenk", "end_to_end_id": "e2178fc8b9ad4a479e269a47f90b4a43", "initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f", "idempotency_key": "7352a11b-011d-47a4-a449-17371078e98c", "status": "RESERVED", "valuta_date": "2022-04-22" }