SEPA Instant Credit Transfers
Create a SEPA Instant Credit Transfer
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.
post/v1/accounts/{account_id}/transactions/sepa_instant_credit_transfers
Path parameters
account_idstring required
The ID of the customer's account from which the SCT Instant will be transferred.
Request body
Example request
{
"amount": {
"value": 3000,
"currency": "EUR"
},
"creditor_iban": "DE02500105170137075030",
"creditor_name": "Lisa Herrmann",
"description": "Geschenk",
"end_to_end_id": "e2178fc8b9ad4a479e269a47f90b4a43",
"initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f",
"idempotency_key": "7352a11b-011d-47a4-a449-17371078e98c",
"verification_of_payee_id": "f874b3102718a4d757a6b6e4d5996078veop"
}Response
The transaction was created
Example response
{
"id": "d6c778822b2d7bd3b778935bcfd02d1d3csc",
"status": "COMPLETED",
"updated_at": "2025-11-12T08:30:00Z",
"response_body": {
"id": "e8308bd66d3472a987d262d05fb5098siot"
},
"response_code": 200
}