latestOpenAPI 3.0.02026-08-102633113.7 KB
ab5ecf64ab87
Business Overdrafts
Create Business Overdraft Application
Creates a business overdraft application and assigns it to the business with the given business_id in the path parameter. You have to include the identification_id and the account_iban of the business in the payload. Afterwards, Solaris' credit scoring system assesses the application to determine the business credit eligibility and either approves or rejects the application.
post/v1/businesses/{business_id}/overdraft_applications
Path parameters
business_idstring required
The unique business ID, generated after completing the business onboarding process.
Request body
Example request
{
"identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt",
"account_iban": "DE13110101014386274299"
}Response
Application
Example response
{
"status": "scoring_pending",
"overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fbovd",
"initial_overdraft_limit": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt",
"id": "fdsdefghijklmnopqrstuvwxyz012346boap",
"final_overdraft_limit": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"created_at": "2021-08-03T18:01:48.000Z",
"business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
"account_iban": "DE13110101014386274299"
}