A reservation on a customer's account was resolved. This webhook event is only for seizure-related reservations.
- SCA_CHALLENGE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The type of reservation.
The current status of the reservation. Possible values are OPEN
and RESOLVED
.
IBAN of the account on which the reservation was created.
ID of the account on which the reservation was created.
UTC timestamp from when the reservation was created on the account.
UTC timestamp from when the reservation was resolved on the account.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reservation_resolved
{ "id": "b814e2213c5c45149945ed53422db0c4cres", "amount": { "value": 800, "unit": "cents", "currency": "EUR" }, "reservation_type": "SEIZURE", "reference": "1234567example", "status": "RESOLVED", "description": "string", "iban": "DE87110101001000057123", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "created_at": "2022-05-19T13:30:30Z", "resolved_at": "2022-08-19T13:30:30Z", "meta_info": { "cards": { … } } }
UTC timestamp from when the authentication challenge was presented to the customer.
UTC timestamp from when the authentication challenge was expired.
The person ID of the customer who initiated the action requiring authentication.
The ID of the card that was used for the transaction.
The authorization change request ID.
The decline change request ID.
ID of the SCA challenge. Use this parameter for declining the transaction.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/sca_challenge
{ "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", "challenge_id": "8bc7c682cf2b47fbb0da40146h2gscachal", "channel": "browser" }
Request
To start receiving updates about application Decoupled Cards product.
ID of the person who created the SDD collection application.
The credit_record_id
of the SDD collection application.
ID of the relevant account snapshot record.
The decision taken on the SDD collection application.
An array of reasons why the SDD collection application was rejected.
UTC timestamp from when the application was created.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/SDD_COLLECTION_APPLICATION
{ "id": "dec2961f594045159195ca66e55fd6ea", "person_id": "ec71f4b0456b424b97cc8be75b2c77d4", "credit_record_id": "84f468eacc7a4784ba0d4b0b577a9265", "sdd_collection_id": "c06fbfcc98b04376a9f220c4578932e4", "account_snapshot_id": "973a5f01ed7a416fadfed954c5bce782", "status": "pending", "decision": "OFFERED", "rejection_reasons": [ "probability_of_default" ], "created_at": "2021-10-20T14:45:54Z", "limit": { "value": 10000, "unit": "cents", "currency": "EUR" } }