ID of the business whose data you must delete.
- BUSINESS_FRONTING_APPLICATION
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The ID of the relevant business fronting loan application.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_fronting_application
{ "id": "89d4eaaa73ec4a73a0b9d40fb5d9da9cbfla", "status": "approved" }
The unique ID of a business fronting loan.
The unique ID of the business fronting loan application.
The IBAN of the loan's recipient, to which the loan will be paid out.
The effective annual interest rate applied to the loan.
The nominal interest rate applied to the 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 business's account.
The status of the business fronting loan.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_fronting_loan_payout
{ "agio": 0, "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "application_id": "89d4eaaa73ec4a73a0b9d40fb5d9da9cbfla", "collateral_account_iban": "DE85110101014480677574", "collection_account_iban": "DE87110101001000057123", "duration": 24, "effective_interest_rate": 0.309, "id": "13651d2f3a274e768ec6d45b036e0f14bflo", "nominal_interest_rate": 0.299, "recipient_iban": "DE92370601930002130041", "recipient_name": "Max Mustermann", "settlement_account_iban": "DE07110101014503906016", "status": "payout_issued", "status_reason": "closed" }