An instant reference account payout was successful and a booking was made on the account.
- RESERVATION_CREATED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
A unique reference for the payout. Used as an idempotency key.
ID of the reference account to which the payout is directed.
Contains a technical code for the payout if the status
is DECLINED
. Check decline_reason_details
for more information.
Contains a detailed reason why the payout was declined if the status
is DECLINED
.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reference_account_instant_payout_executed
{ "id": "4b157d71def54b5c9dac28ef1d04432c", "reference": "9d2b59c2-c68f-413c-b2a9-a2f5bfd3f669", "status": "EXECUTED", "end_to_end_id": "end_to_end_ref", "description": "Payout description", "reference_account_id": "78f354e508314bb8ac982a3d7f969dde", "instant": true }
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.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reservation_created
{ "id": "b814e2213c5c45149945ed53422db0c4cres", "amount": { "value": 800, "unit": "cents", "currency": "EUR" }, "reservation_type": "SEIZURE", "reference": "1234567example", "status": "OPEN", "description": "string", "iban": "DE87110101001000057123", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "created_at": "2022-05-19T13:30:30Z", "resolved_at": "string", "meta_info": { "cards": { … } } }
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": { … } } }