The unique business ID, generated after completing the business onboarding process.
Overdrafts (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/
Request
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.
The application attributes
The unique identification ID of a business, generated after completing the business identification process.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdraft_applications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "identification_id": "1bb49f9dec3a57ae69ad3c3183316c9dcidt", "account_iban": "DE13110101014386274299" }
Application
The unique ID of a business overdraft application.
The unique business ID, generated after completing the business onboarding process.
The unique identification ID of a business, generated after completing the business identification process.
The status of a business overdraft application.
The date and time the business overdraft application was created.
The unique ID of a business overdraft, generated after an overdraft is offered.
{ "status": "scoring_pending", "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fbovd", "limit_increase_rejection_reason": "string", "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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Application
The unique ID of a business overdraft application.
The unique business ID, generated after completing the business onboarding process.
The unique identification ID of a business, generated after completing the business identification process.
The status of a business overdraft application.
The date and time the business overdraft application was created.
The unique ID of a business overdraft, generated after an overdraft is offered.
{ "status": "scoring_pending", "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fbovd", "limit_increase_rejection_reason": "string", "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" }
Request
Requests a limit increase for an approved or confirmed business overdraft application. After Solaris approves an overdraft application, the business receives an offer with an initial overdraft limit and can either confirm the offer or request a limit increase by calling this endpoint. A limit increase request is subject to an additional credit check by Solaris and can be approved or rejected.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/limit_increase
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Request
Confirms a business overdraft application and activates the overdraft limit. Once Solaris approves a business overdraft application, you must confirm the overdraft by calling this endpoint. Afterwards, the overdraft amount will be credited to the business account. You have to call this enpoint also after receiving an approval on a limit increase request.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/confirm
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdraft_applications/{overdraft_application_id}/cancel
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/businesses/{business_id}/overdrafts/{overdraft_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Overdraft
The unique ID of a business overdraft, generated after an overdraft is offered.
The unique ID of a business, generated after completing the business onboarding process.
The unique ID of a business overdraft application.
The status of a business overdraft.
The daily rate at which interest is accrued on the used amount of an overdraft.
The date and time the overdraft was created.
The daily interest accrued by a business account.
The daily interest accrued by a business account.
{ "status": "created", "overdraft_rate": 8, "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrued": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrual_rate": 3, "id": "00556cd181f2409aaa6c2a033cce3a8fbovd", "created_at": "2021-08-03T18:01:48.000Z", "business_id": "880bbac68a34add190786b9c74f4c82fcbiz", "application_id": "fdsdefghijklmnopqrstuvwxyz012346boap", "account_iban": "DE13110101014386274299" }