The ID of the customer's account from which the SCT Instant will be transferred.
SEPA Instant Outgoing
SEPA transfers
SEPA Direct Debits
SEPA Direct Debit Returns
SEPA Credit Transfers
(Legacy) Batch Transfer
SEPA Instant Credit Transfers
(Legacy) Standing orders
(Legacy) Timed orders
SDD Collection Limits
SDD Collection Applications
SDD Collections
SEPA Credit Batch Transfers
Scheduled Transfers
Verification of Payee
(Legacy) SEPA Direct Debit for freelancers
(Legacy) SEPA Direct Debit for business
(Legacy) SEPA Direct Debit profile templates
SEPA transfers (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
- Mock Serverhttps://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 payloadSuccessful 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!
Example: "Lisa Herrmann"
The name of the creditor (i.e., account holder).
Example: "DE02500105170137075030"
A description for the transaction given by the customer.
Example: "Geschenk"
Your unique end-to-end ID for the transaction.
Example: "e2178fc8b9ad4a479e269a47f90b4a43"
Your unique reference for the transaction.
Example: "2603037c-e264-46c4-82e8-0d3ebc23a30f"
Your unique value generated for the transaction, which Solaris uses to recognize subsequent retries of the same request.
Example: "7352a11b-011d-47a4-a449-17371078e98c"
The status of the transaction.
Enum"INITIATED""RESERVED""READY_FOR_CLEARING""CLEARED"
Response
application/json
[ { "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" } ]