A customer has registered a new reference account for payouts used with restricted accounts.
- REFERENCE_ACCOUNT_INSTANT_PAYOUT_DECLINED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
ID of the customer's restricted account to which the reference account is linked.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reference_account_created
{ "id": "9876827fc63a639ee829racc", "status": "ACTIVE", "iban": "DE12345678900122", "account_id": "4ee59da2-83a4-4910-b771-4de07d41c2e9" }
A unique reference for the payout. Used as an idempotency key.
ID of the reference account to which the payout is directed.
Contains a reason why the payout was declined if the status
is DECLINED
.
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_declined
{ "id": "4b157d71def54b5c9dac28ef1d04432c", "reference": "9d2b59c2-c68f-413c-b2a9-a2f5bfd3f669", "status": "DECLINED", "end_to_end_id": "end_to_end_ref", "description": "Payout description", "reference_account_id": "78f354e508314bb8ac982a3d7f969dde", "instant": true, "decline_reason": "Insufficient funds" }
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 }