The unique ID of a business fronting loan's payout.
- BUSINESS_FRONTING_RELATIONSHIP_STATUS_CHANGED
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
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" }
The ID of the business resource whose business relationship status has changed.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_fronting_relationship_status_changed
{ "id": "3311ac2c0a6243a8836ab290380918facbiz", "status": "active" }
Request
A business identification was created, or its status was updated. The primary purpose of this webhook is to deliver the URL where the customer must be redirected to complete a video identification.
The unique ID of the business identification resource.
The identification method. Default value is idnow
.
The reference of the itm identification request. Empty when the identification method is idnow.
The URL to which you must redirect the business' legal representative(s) and/or authorized person(s) to complete the identification process.
The status of the business identification process.
The date and time when the business identification was completed.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/business_identification
{ "id": "4c74c804eaea5d2a2d64ef400a27a4d3bid", "method": "idnow", "reference": null, "url": "https://go.test.idnow.de/...", "status": "pending", "completed_at": null, "business_id": "880bbac68a34add190786b9c74f4c82fcbiz" }