Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/

Operations
Webhooks

IDENTIFICATION_REFERENCE_TRANSFER_ATTEMPTWebhook

Request

Optional webhook for bank_plus identification. Notifies about the remaining number of reference transfer attempts.

Bodyapplication/json
idstring

ID of the person identification.

Example: "9dfe2f4edaa67138be0c0c1cd3a7d849cidt"
methodstring

The method used for the identification.

Example: "bank_plus"
person_idstring

ID of the person.

Example: "992de312a545bb24a88ddbf57ae8b1ffcper"
remaining_attemptsinteger

Remaining attempts for the reference transfer.

Example: 2
Reasonstring

Reason for the failure of reference transfer.

Example: "name_not_matched"
application/json
{ "id": "9dfe2f4edaa67138be0c0c1cd3a7d849cidt", "method": "bank_plus", "person_id": "992de312a545bb24a88ddbf57ae8b1ffcper", "remaining_attempts": 2, "Reason": "name_not_matched" }

Responses

Return 200 to indicate that you successfully received the webhook notification.

Request

The status of an identification session has changed.

Bodyapplication/json
statusstring

The status of an identification session.

Example: "created"
person_idstring

The person ID of the customer associated with the identification session.

Example: "4f6a8804cb45155c2e544019e47cef22cper"
application/json
{ "status": "created", "person_id": "4f6a8804cb45155c2e544019e47cef22cper" }

Responses

Return 200 to indicate that you successfully received the webhook notification.

INSTANT_SEPA_CREDIT_TRANSFER_EXECUTEDWebhook

Request

An outgoing SEPA Instant Credit Transfer was successfully executed and booked on the account.

Bodyapplication/json
idstring<= 35 characters

The ID of the transaction.

Example: "e8308bd66d3472a987d262d05fb5098siot"
amountobject

The transaction amount.

Example: {"value":3000,"currency":"EUR"}
creditor_ibanstring

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"
creditor_namestring<= 70 characters

The name of the creditor (i.e., account holder).

Example: "DE02500105170137075030"
descriptionstring<= 140 characters

A description for the transaction given by the customer.

Example: "Geschenk"
end_to_end_idstring<= 35 characters

Your unique end-to-end ID for the transaction.

Example: "e2178fc8b9ad4a479e269a47f90b4a43"
statusstring

The status of the Instant SCT. Only possible value is CLEARED.

Example: "CLEARED"
valuta_datestring(date)

The valuta date of the transaction.

Example: "2022-04-22"
account_idstring

The ID of the account associated with the instant SCT.

Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"
account_ibanstring

The IBAN of the account associated with the instant SCT.

Example: "DE87110101001000057123"
schedule_idstring

Unique ID of the schedule transfer.

Example: "f874b3102718a4d757a6b6e4d599607csctr"
batch_idstring

Unique ID of the batch.

Example: "f874b3102718a4d757a6b6e4d5996078sctb"
application/json
{ "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" }

Responses

Return 200 to indicate that you successfully received the webhook notification.