ID of the cash operation.
- CONSUMER_FRONTING_APPLICATION
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
A customer has paid out/paid in to a cash operation, or the cash operation has expired.
The EAN-13 barcode that your solution must generate so that the customer can present it at the merchant POS to complete the cash operation.
The current status of the cash operation.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/cash_operation_status_changed
{ "id": "string", "barcode_ean_13": "string", "expires_at": "2019-08-24T14:15:22Z", "status": "PENDING", "reference_id": "string", "person_id": "string" }
The unique ID of the fronting loan, generated after a loan is created for the customer.
The unique ID of a consumer fronting loan application.
The IBAN of the loan's recipient to which the loan will be paid out.
The interest rate to apply to the fronting loan.
The loan amount.
Your Solaris prefund account from which the full loan amount (agio + net loan amount) must be transferred to Solaris' settlement account.
Your account to which the agio is transferred.
The Solaris settlement account from which the loan amount is transferred to the customer's account.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_fronting_application
{ "agio": 0, "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "application_id": "504f3c3659e14079a6941fe5b7a75eaacfla", "collateral_account_iban": "DE85110101014480677574", "collection_account_iban": "DE87110101001000057123", "duration": 12, "id": "620b95f7987243d398c2621c889a2039cflo", "recipient_iban": "DE92370601930002130041", "recipient_name": "Max Mustermann", "requested_interest_rate": 0.04, "settlement_account_iban": "DE07110101014503906016", "status": "payout_issued" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_loan_application
{ "entity_uuid": "c5fe9ff6a90f47708e2d865d553c24f2clap", "event_type": "CONSUMER_LOAN_APPLICATION", "payload": { "status_description": "string", "status": "esign_pending", "skip_account_snapshot": true, "signing_id": "7c63600ddddec4f2668893af39c1b814csig", "seller": "string", "payout_description": "string", "loan_id": "string", "id": "108787ede6b743dcbe0c3398bc4a6ce8clap", "financed_good": "string", "delayed_payout_strategy": "none", "cash_price": { … }, "approximate_total_loan_expenses": { … } } }