latestOpenAPI 3.0.02026-08-101924100.1 KB
7fb31ddc103c
Business fronting
Create business fronting loan or fronting factoring application
Creates a fronting loan or fronting factoring application and assigns it to the business with the business_id specified in the request URL. The payload of this endpoint includes all the required financial information and account data about the business, which the credit scorer uses to initiate a series of credit checks to determine the business's credit risk and eligibility.
post/v1/businesses/{business_id}/fronting_loan_applications
Path parameters
business_idstring required
The ID of the business applying for a fronting loan or fronting factoring.
Request body
Example request
{
"creditreform_pd": "0.10",
"creditreform_score": 2,
"duration": 24,
"effective_interest_rate": 0.309,
"factoring_fee": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"nominal_interest_rate": 0.299,
"partner_contact_name": "Daniel Schmidt",
"partner_contact_number": "+49345195891",
"partner_reference_number": "tf2df3ceac0e384352b78cb6987d1d987",
"partner_score": "AA",
"purpose": "Buying office equipment, factoring of receivables, etc.",
"recipient_iban": "DE92370601930002130041",
"recipient_name": "Max Mustermann",
"requested_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"transaction_description": "Example transaction.",
"transaction_end_to_end_id": "DDHHDHG333243"
}Response
Application
Example response
{
"creditreform_pd": "0.10",
"creditreform_score": 2,
"duration": 24,
"effective_interest_rate": 0.309,
"id": "89d4eaaa73ec4a73a0b9d40fb5d9da9cbfla",
"identification_id": "1063504cf74919f60ae4c806bdc9ce75bid",
"nominal_interest_rate": 0.299,
"partner_contact_name": "Daniel Schmidt",
"partner_contact_number": "+49345195891",
"partner_reference_number": "tf2df3ceac0e384352b78cb6987d1d987",
"partner_score": "AA",
"purpose": "Buying office equipment, factoring of receivables, etc.",
"purpose_description": "Buying office equipment for new headquarters.",
"recipient_iban": "DE92370601930002130041",
"recipient_name": "Daniel Schmidt",
"requested_amount": {
"currency": "EUR",
"unit": "cents",
"value": 1000
},
"status": "approved",
"transaction_description": "Example transaction",
"transaction_end_to_end_id": "DDHHDHG333243"
}