An object containing the webhook payload.
- DELEGATE_SCA_CANCEL
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
One or more attributes of a credit line were changed. See here all the events that trigger this webhook. Please note that webhook payload is returned as a JSON-encoded string.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_line
{ "data": { "event_type": "CREDIT_LINE", "entity_uuid": "2d685ca48fab499a841d19fd8bcfe314ccln", "payload": { … } } }
Request
A customer has declined the authentication process for a 3DS transaction. After receiving this webhook notification, you can stop showing the authentication screen to the customer. Note: This webhook event is only relevant for the old 3DS flow, which will be deprecated. The new 3DS flow using change request does not make use of this webhook.
UTC timestamp from when the 3DS challenge was presented to the customer.
UTC timestamp when the 3DS challenge was expired.
The person ID of the customer who initiated the 3DS transaction.
The ID of the card that was used for the 3DS transaction.
The authorization change request ID.
The decline change request ID.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/delegate_sca_cancel
{ "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "merchant": { "name": "MCDONALDS 1435", "country": "DE", "url": "https://mcdonalds.de" }, "challenged_at": "2022-11-07T13:34:27+00:00", "expires_at": "2022-11-07T13:39:27+00:00", "person_id": "682a85d7e490c1360f6c2be2f1addd57cper", "card_id": "03bafc5569a53a62dd02ad2e5a789b80mcrd", "authenticate_change_request_id": "bbcafe6e9cc66a4aebaa907cea325435csc", "decline_change_request_id": "6fbb54aebc42e2c5d4dc881d5cf566d6csc", "channel": "browser" }
ID of the mapping between the main account and the savings account.
The current status of the savings account.
ID of the main account.
IBAN of the external or internal main account.main_account_iban
is conditionally required
when the main account is external.
IBAN of the seconday mapped accounts
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/deposit_account_update
{ "id": "13bc0b9d-3321-4bac-84ce-1b300a137d88", "status": "OPENED", "deposit_type": "SAVINGS_ACCOUNT", "deposit_account_id": "e48c29b85992b8772eb7ddd518490920cacc", "main_account_id": "148c29b85992b8772eb7ddd518490110cacc", "main_account_iban": "DE17110101000000000042", "secondary_mappings": [ [ … ] ], "updated_at": "2024-04-06T09:03:05.321+00:00" }