Resource unique ID.
- ACQUIRER_TOPUP_DECLINED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
The status of an account snapshot has changed. This webhook is used in the context of different lending products.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/account_snapshot
{ "entity_uuid": "bc9eee989fb84f3aa8089e244bb8dfc1snap", "event_type": "ACCOUNT_SNAPSHOT", "payload": { "wizard_session_key": "wiz04852083740", "status_description": "string", "status": "available", "provider": "FINREACH", "location": "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx", "id": "6c8f81a234df4052a9cde197577347b7snap", "iban": "DE87110101001000057123", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" } }
Request
A Top-Up transaction was declined by Solaris. The status of the Top Up has changed to DECLINED
.
ID of the customer account associated with the declined Top-Up transaction.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
The current status of the Top-Up.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/acquirer_topup_declined
{ "id": "b76cdcc321d345618084feedc47bbb1d", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "amount": { "value": 10000, "currency": "EUR" }, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED", "decline_reason": "Person has blocked account(s)" }
Request
Solaris successfully processed a Top-Up via an Acquirer. The funds from the Top Up are cleared to the customer's account, and the status of the Top Up has changed to EXECUTED
.
ID of the customer account associated with the successful Top-Up transaction.
The client secret key provided by the Acquirer's API for use in their frontend SDK.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/acquirer_topup_executed
{ "id": "b76cdcc321d345618084feedc47bbb1d", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "amount": { "value": 10000, "currency": "EUR" }, "client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU", "status": "ACCEPTED" }