The status of a business fronting loan application has changed.
- BUSINESS_FRONTING_LOAN_PAYOUT
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" }
The unique ID of a business fronting loan's payout.
The unique ID of the business fronting loan.
The IBAN of the loan payout's recipient.
The tag of the business fronting loan's payout.
The status of the business fronting loan's payout.
The amount of the loan payout.
The transaction reference, which the recipient will see. Only use characters allowed by SEPA in this field.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_fronting_payout_update
{ "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "id": "963347398e47416c9df216a63ef035c2bflp", "loan_id": "29e1a05906954ce082ec779d81de8c1ebflo", "recipient_iban": "DE92370601930002130041", "recipient_name": "Max Mustermann", "status": "transfers_pending", "tag": "INITIAL_PAYOUT", "transaction_description": "Example transaction.", "transaction_end_to_end_id": "DDHHDHG333243" }