Business fronting
Retrieve business fronting loan
Returns all the details of an existing business fronting loan, assigned to the customer with the business_id specified in the request URL. Additionally, subscribe to the webhook event BUSINESS_FRONTING_LOAN_PAYOUT to receive status updates about the loan.
get/v1/businesses/{business_id}/fronting_loans/{loan_id}
Path parameters
business_idstring required
The ID of the business that has the fronting loan.
loan_idstring required
The ID of a fronting loan associated with a specific business.
Response
Loan
Example response
{
"amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"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"
}