The status of an identification session has changed.
- INSTANT_SEPA_CREDIT_TRANSFER_EXECUTED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
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.
The ID of the account associated with the instant SCT.
The IBAN of the account associated with the instant SCT.
Unique ID of the schedule transfer.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/instant_sepa_credit_transfer_executed
{ "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": "CLEARED", "valuta_date": "2022-04-22", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "account_iban": "DE87110101001000057123", "schedule_id": "f874b3102718a4d757a6b6e4d599607csctr", "batch_id": "f874b3102718a4d757a6b6e4d5996078sctb" }
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.
The ID of the account associated with the instant SCT.
The IBAN of the account associated with the instant SCT.
Unique ID of the schedule transfer.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/instant_sepa_credit_transfer_failed
{ "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": "FAILED", "valuta_date": "2022-04-22", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "account_iban": "DE87110101001000057123", "rejection_reason": "IBAN not reachable", "schedule_id": "f874b3102718a4d757a6b6e4d599607csctr", "batch_id": "f874b3102718a4d757a6b6e4d5996078sctb" }